Uses of Class
com.azure.resourcemanager.resources.models.DeploymentExtensionDefinition
Packages that use DeploymentExtensionDefinition
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentExtensionDefinition in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentExtensionDefinitionModifier and TypeMethodDescriptionResourceReference.extension()Get the extension property: The extension the resource was deployed with.TargetResource.extension()Get the extension property: The extension the resource was deployed with.WhatIfChange.extension()Get the extension property: The extension the resource was deployed with.DeploymentExtensionDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentExtensionDefinition from the JsonReader.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentExtensionDefinitionModifier and TypeMethodDescriptionDeploymentPropertiesExtended.extensions()Get the extensions property: The extensions used in this deployment.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentExtensionDefinitionModifier and TypeMethodDescriptionTargetResource.withExtension(DeploymentExtensionDefinition extension) Set the extension property: The extension the resource was deployed with.WhatIfChange.withExtension(DeploymentExtensionDefinition extension) Set the extension property: The extension the resource was deployed with.