Class VirtualMachineExtensionHandlerInstanceView
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineExtensionHandlerInstanceView
The instance view of a virtual machine extension handler.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatus()
Get the extension handler status.type()
Get specifies the type of the extension; an example is "CustomScriptExtension".Get specifies the version of the script handler.withStatus
(InstanceViewStatus status) Set the extension handler status.Set specifies the type of the extension; an example is "CustomScriptExtension".withTypeHandlerVersion
(String typeHandlerVersion) Set specifies the version of the script handler.
-
Constructor Details
-
VirtualMachineExtensionHandlerInstanceView
public VirtualMachineExtensionHandlerInstanceView()
-
-
Method Details
-
type
Get specifies the type of the extension; an example is "CustomScriptExtension".- Returns:
- the type value
-
withType
Set specifies the type of the extension; an example is "CustomScriptExtension".- Parameters:
type
- the type value to set- Returns:
- the VirtualMachineExtensionHandlerInstanceView object itself.
-
typeHandlerVersion
Get specifies the version of the script handler.- Returns:
- the typeHandlerVersion value
-
withTypeHandlerVersion
Set specifies the version of the script handler.- Parameters:
typeHandlerVersion
- the typeHandlerVersion value to set- Returns:
- the VirtualMachineExtensionHandlerInstanceView object itself.
-
status
Get the extension handler status.- Returns:
- the status value
-
withStatus
Set the extension handler status.- Parameters:
status
- the status value to set- Returns:
- the VirtualMachineExtensionHandlerInstanceView object itself.
-