public class VirtualMachineExtensionHandlerInstanceView extends Object
Constructor and Description |
---|
VirtualMachineExtensionHandlerInstanceView() |
Modifier and Type | Method and Description |
---|---|
InstanceViewStatus |
status()
Get the extension handler status.
|
String |
type()
Get specifies the type of the extension; an example is "CustomScriptExtension".
|
String |
typeHandlerVersion()
Get specifies the version of the script handler.
|
VirtualMachineExtensionHandlerInstanceView |
withStatus(InstanceViewStatus status)
Set the extension handler status.
|
VirtualMachineExtensionHandlerInstanceView |
withType(String type)
Set specifies the type of the extension; an example is "CustomScriptExtension".
|
VirtualMachineExtensionHandlerInstanceView |
withTypeHandlerVersion(String typeHandlerVersion)
Set specifies the version of the script handler.
|
public VirtualMachineExtensionHandlerInstanceView()
public String type()
public VirtualMachineExtensionHandlerInstanceView withType(String type)
type
- the type value to setpublic String typeHandlerVersion()
public VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion(String typeHandlerVersion)
typeHandlerVersion
- the typeHandlerVersion value to setpublic InstanceViewStatus status()
public VirtualMachineExtensionHandlerInstanceView withStatus(InstanceViewStatus status)
status
- the status value to setCopyright © 2019. All rights reserved.