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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java