VirtualMachine.DefinitionStages.WithExtension Interface
public interface WithExtension
The stage of the virtual machine definition allowing to specify extensions.
Method Summary
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtension.DefinitionStages.Blank<Virtual |
defineNewExtension(String name)
Starts the definition of an extension to be attached to the virtual machine. |
Method Details
defineNewExtension
public VirtualMachineExtension.DefinitionStages.Blank
Starts the definition of an extension to be attached to the virtual machine.
Parameters:
name
- the reference name for the extension
Returns:
the first stage stage of an extension definition
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java