VirtualMachineExtensionHandlerInstanceView Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineExtensionHandlerInstanceView
- com.
public class VirtualMachineExtensionHandlerInstanceView
The instance view of a virtual machine extension handler.
Method Summary
Modifier and Type | Method and Description |
---|---|
Instance |
status()
Get the status value. |
String |
type()
Get the type value. |
String |
typeHandlerVersion()
Get the typeHandlerVersion value. |
Virtual |
withStatus(InstanceViewStatus status)
Set the status value. |
Virtual |
withType(String type)
Set the type value. |
Virtual |
withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value. |
Method Details
status
public InstanceViewStatus status()
Get the status value.
Returns:
type
public String type()
Get the type value.
Returns:
typeHandlerVersion
public String typeHandlerVersion()
Get the typeHandlerVersion value.
Returns:
withStatus
public VirtualMachineExtensionHandlerInstanceView withStatus(InstanceViewStatus status)
Set the status value.
Parameters:
Returns:
withType
public VirtualMachineExtensionHandlerInstanceView withType(String type)
Set the type value.
Parameters:
Returns:
withTypeHandlerVersion
public VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value.
Parameters:
Returns:
Applies to
Azure SDK for Java