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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java