Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceExtensionProperties
Packages that use CloudServiceExtensionProperties
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceExtensionProperties in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CloudServiceExtensionPropertiesModifier and TypeClassDescriptionfinal classExtension Properties.Methods in com.azure.resourcemanager.compute.models that return CloudServiceExtensionPropertiesModifier and TypeMethodDescriptionCloudServiceExtensionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceExtensionProperties from the JsonReader.Extension.properties()Get the properties property: Extension Properties.CloudServiceExtensionProperties.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.CloudServiceExtensionProperties.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: Tag to force apply the provided public and protected settings.CloudServiceExtensionProperties.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: Protected settings for the extension which are encrypted before sent to the role instance.CloudServiceExtensionProperties.withProtectedSettingsFromKeyVault(CloudServiceVaultAndSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.CloudServiceExtensionProperties.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.CloudServiceExtensionProperties.withRolesAppliedTo(List<String> rolesAppliedTo) Set the rolesAppliedTo property: Optional list of roles to apply this extension.CloudServiceExtensionProperties.withSettings(Object settings) Set the settings property: Public settings for the extension.Set the type property: Specifies the type of the extension.CloudServiceExtensionProperties.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the extension.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceExtensionPropertiesModifier and TypeMethodDescriptionExtension.withProperties(CloudServiceExtensionProperties properties) Set the properties property: Extension Properties.