VirtualMachineExtensionBase Interface
public interface VirtualMachineExtensionBase extends HasInner
An immutable client-side representation of an extension associated with virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | autoUpgradeMinorVersionEnabled() |
String | provisioningState() |
Map<String, Object> | publicSettings() |
String | publicSettingsAsJsonString() |
String | publisherName() |
Map<String, String> | tags() |
String | typeName() |
String | versionName() |
Inherited Members
Method Details
autoUpgradeMinorVersionEnabled
public boolean autoUpgradeMinorVersionEnabled()
Returns:
true if this extension is configured to upgrade automatically when a new minor version of the extension image that this extension based on is published
provisioningState
public String provisioningState()
Returns:
the provisioning state of the virtual machine extension
publicSettings
public Map
Returns:
the public settings of the virtual machine extension as key value pairs
publicSettingsAsJsonString
public String publicSettingsAsJsonString()
Returns:
the public settings of the virtual machine extension as a JSON string
publisherName
public String publisherName()
Returns:
the publisher name of the virtual machine extension image this extension is created from
tags
public Map
Returns:
the tags for this virtual machine extension
typeName
public String typeName()
Returns:
the type name of the virtual machine extension image this extension is created from
versionName
public String versionName()
Returns:
the version name of the virtual machine extension image this extension is created from
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java