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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java