Uses of Interface
com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable
-
Packages that use AzureConfigurable Package Description com.azure.resourcemanager.resources Package containing the classes for ResourceManagementClient.com.azure.resourcemanager.resources.fluentcore.arm This package contains the common resource manager utility classes that are useful to other management plane libraries. -
-
Uses of AzureConfigurable in com.azure.resourcemanager.resources
Subinterfaces of AzureConfigurable in com.azure.resourcemanager.resources Modifier and Type Interface Description static interfaceResourceManager.ConfigurableThe interface allowing configurations to be set. -
Uses of AzureConfigurable in com.azure.resourcemanager.resources.fluentcore.arm
Classes in com.azure.resourcemanager.resources.fluentcore.arm with type parameters of type AzureConfigurable Modifier and Type Interface Description interfaceAzureConfigurable<T extends AzureConfigurable<T>>The base interface for allowing configurations to be made on the HTTP client.
-