Class VirtualMachineExtensionInstanceView
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView
The instance view of a virtual machine extension.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the virtual machine extension name.statuses()
Get the resource status information.Get the resource status information.type()
Get specifies the type of the extension; an example is "CustomScriptExtension".Get specifies the version of the script handler.Set the virtual machine extension name.withStatuses
(List<InstanceViewStatus> statuses) Set the resource status information.withSubstatuses
(List<InstanceViewStatus> substatuses) Set the resource status information.Set specifies the type of the extension; an example is "CustomScriptExtension".withTypeHandlerVersion
(String typeHandlerVersion) Set specifies the version of the script handler.
-
Constructor Details
-
VirtualMachineExtensionInstanceView
public VirtualMachineExtensionInstanceView()
-
-
Method Details
-
name
Get the virtual machine extension name.- Returns:
- the name value
-
withName
Set the virtual machine extension name.- Parameters:
name
- the name value to set- Returns:
- the VirtualMachineExtensionInstanceView object itself.
-
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 VirtualMachineExtensionInstanceView 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 VirtualMachineExtensionInstanceView object itself.
-
substatuses
Get the resource status information.- Returns:
- the substatuses value
-
withSubstatuses
Set the resource status information.- Parameters:
substatuses
- the substatuses value to set- Returns:
- the VirtualMachineExtensionInstanceView object itself.
-
statuses
Get the resource status information.- Returns:
- the statuses value
-
withStatuses
Set the resource status information.- Parameters:
statuses
- the statuses value to set- Returns:
- the VirtualMachineExtensionInstanceView object itself.
-