Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtensionHandlerInstanceView |
VirtualMachineExtensionHandlerInstanceView.withStatus(InstanceViewStatus status)
Set the extension handler status.
|
VirtualMachineExtensionHandlerInstanceView |
VirtualMachineExtensionHandlerInstanceView.withType(String type)
Set specifies the type of the extension; an example is "CustomScriptExtension".
|
VirtualMachineExtensionHandlerInstanceView |
VirtualMachineExtensionHandlerInstanceView.withTypeHandlerVersion(String typeHandlerVersion)
Set specifies the version of the script handler.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineExtensionHandlerInstanceView> |
VirtualMachineAgentInstanceView.extensionHandlers()
Get the virtual machine extension handler instance view.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineAgentInstanceView |
VirtualMachineAgentInstanceView.withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)
Set the virtual machine extension handler instance view.
|
Copyright © 2019. All rights reserved.