public class VirtualMachineExtensionHandlerInstanceView extends Object
| Constructor and Description |
|---|
VirtualMachineExtensionHandlerInstanceView() |
| Modifier and Type | Method and Description |
|---|---|
InstanceViewStatus |
status()
Get the status value.
|
String |
type()
Get the type value.
|
String |
typeHandlerVersion()
Get the typeHandlerVersion value.
|
VirtualMachineExtensionHandlerInstanceView |
withStatus(InstanceViewStatus status)
Set the status value.
|
VirtualMachineExtensionHandlerInstanceView |
withType(String type)
Set the type value.
|
VirtualMachineExtensionHandlerInstanceView |
withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/