你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: