Uses of Class
com.azure.resourcemanager.compute.models.Extension
-
Packages that use Extension Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of Extension in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return Extension Modifier and Type Method Description ExtensionExtension. withName(String name)Set the name property: The name of the extension.ExtensionExtension. withProperties(CloudServiceExtensionProperties properties)Set the properties property: Extension Properties.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type Extension Modifier and Type Method Description List<Extension>CloudServiceExtensionProfile. extensions()Get the extensions property: List of extensions for the cloud service.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type Extension Modifier and Type Method Description CloudServiceExtensionProfileCloudServiceExtensionProfile. withExtensions(List<Extension> extensions)Set the extensions property: List of extensions for the cloud service.
-