Uses of Class
com.azure.resourcemanager.compute.models.Extension
Packages that use Extension
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of Extension in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ExtensionMethods in com.azure.resourcemanager.compute.models that return ExtensionModifier and TypeMethodDescriptionstatic ExtensionExtension.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Extension from the JsonReader.Set the name property: The name of the extension.Extension.withProperties(CloudServiceExtensionProperties properties) Set the properties property: Extension Properties.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExtensionModifier and TypeMethodDescriptionCloudServiceExtensionProfile.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 ExtensionModifier and TypeMethodDescriptionCloudServiceExtensionProfile.withExtensions(List<Extension> extensions) Set the extensions property: List of extensions for the cloud service.