Uses of Class
com.azure.resourcemanager.resources.models.DeploymentExtensionConfigItem
Packages that use DeploymentExtensionConfigItem
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentExtensionConfigItem in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentExtensionConfigItemModifier and TypeMethodDescriptionDeploymentExtensionConfigItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentExtensionConfigItem from the JsonReader.DeploymentExtensionConfigItem.withKeyVaultReference(KeyVaultParameterReference keyVaultReference) Set the keyVaultReference property: The Azure Key Vault reference used to retrieve the secret value of the extension config property.Set the value property: The value of the extension config property.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentExtensionConfigItemModifier and TypeMethodDescriptionDeploymentExtensionDefinition.config()Get the config property: The extension configuration.DeploymentProperties.extensionConfigs()Get the extensionConfigs property: The configurations to use for deployment extensions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type DeploymentExtensionConfigItemModifier and TypeMethodDescriptionDeploymentProperties.withExtensionConfigs(Map<String, Map<String, DeploymentExtensionConfigItem>> extensionConfigs) Set the extensionConfigs property: The configurations to use for deployment extensions.DeploymentWhatIfProperties.withExtensionConfigs(Map<String, Map<String, DeploymentExtensionConfigItem>> extensionConfigs) Set the extensionConfigs property: The configurations to use for deployment extensions.