VirtualMachineScaleSet.DefinitionStages.WithExtension Interface
public interface WithExtension
The stage of a virtual machine scale set definition allowing to specify extensions.
Method Summary
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetExtension.DefinitionStages.Blank<Virtual |
defineNewExtension(String name)
Begins the definition of an extension reference to be attached to the virtual machines in the scale set. |
Method Details
defineNewExtension
public VirtualMachineScaleSetExtension.DefinitionStages.Blank
Begins the definition of an extension reference to be attached to the virtual machines in the scale set.
Parameters:
name
- the reference name for the extension
Returns:
the first stage of the extension reference 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