你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineExtensionInstanceView Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineExtensionInstanceView
- com.
public class VirtualMachineExtensionInstanceView
The instance view of a virtual machine extension.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
List<Instance |
statuses()
Get the statuses value. |
List<Instance |
substatuses()
Get the substatuses value. |
String |
type()
Get the type value. |
String |
typeHandlerVersion()
Get the typeHandlerVersion value. |
Virtual |
withName(String name)
Set the name value. |
Virtual |
withStatuses(List<InstanceViewStatus> statuses)
Set the statuses value. |
Virtual |
withSubstatuses(List<InstanceViewStatus> substatuses)
Set the substatuses value. |
Virtual |
withType(String type)
Set the type value. |
Virtual |
withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value. |
Method Details
name
public String name()
Get the name value.
Returns:
statuses
public List
Get the statuses value.
Returns:
substatuses
public List
Get the substatuses value.
Returns:
type
public String type()
Get the type value.
Returns:
typeHandlerVersion
public String typeHandlerVersion()
Get the typeHandlerVersion value.
Returns:
withName
public VirtualMachineExtensionInstanceView withName(String name)
Set the name value.
Parameters:
Returns:
withStatuses
public VirtualMachineExtensionInstanceView withStatuses(List
Set the statuses value.
Parameters:
Returns:
withSubstatuses
public VirtualMachineExtensionInstanceView withSubstatuses(List
Set the substatuses value.
Parameters:
Returns:
withType
public VirtualMachineExtensionInstanceView withType(String type)
Set the type value.
Parameters:
Returns:
withTypeHandlerVersion
public VirtualMachineExtensionInstanceView withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value.
Parameters:
Returns: