public static interface VirtualMachine.DefinitionStages.WithExtension
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineExtension.DefinitionStages.Blank<VirtualMachine.DefinitionStages.WithCreate> |
defineNewExtension(String name)
Starts the definition of an extension to be attached to the virtual machine.
|
VirtualMachineExtension.DefinitionStages.Blank<VirtualMachine.DefinitionStages.WithCreate> defineNewExtension(String name)
name - the reference name for the extension/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/