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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java