| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/