Uses of Class
com.microsoft.azure.management.compute.VirtualMachineExtensionHandlerInstanceView
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineExtensionHandlerInstanceView in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineExtensionHandlerInstanceView.withStatus
(InstanceViewStatus status) Set the extension handler status.Set specifies the type of the extension; an example is "CustomScriptExtension".VirtualMachineExtensionHandlerInstanceView.withTypeHandlerVersion
(String typeHandlerVersion) Set specifies the version of the script handler.Modifier and TypeMethodDescriptionVirtualMachineAgentInstanceView.extensionHandlers()
Get the virtual machine extension handler instance view.Modifier and TypeMethodDescriptionVirtualMachineAgentInstanceView.withExtensionHandlers
(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers) Set the virtual machine extension handler instance view.