Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank<ParentT> |
The first stage of a virtual machine extension definition. |
IDefinition<ParentT> |
The entirety of a virtual machine extension definition as a part of parent definition. |
IWithAttach<ParentT> |
The final stage of the virtual machine extension definition. |
IWithAutoUpgradeMinorVersion<ParentT> |
The stage of the virtual machine extension definition allowing to enable or disable auto upgrade of the extension when when a new minor version of virtual machine extension image gets published. |
IWithImageOrPublisher<ParentT> |
The stage of the virtual machine extension definition allowing to specify extension image or specify name of the virtual machine extension publisher. |
IWithPublisher<ParentT> |
The stage of the virtual machine extension definition allowing to specify the publisher of the virtual machine extension image this extension is based on. |
IWithSettings<ParentT> |
The stage of the virtual machine extension definition allowing to specify the public and private settings. |
IWithTags<ParentT> |
The stage of the virtual machine extension definition allowing to specify the tags. |
IWithType<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine extension image this extension is based on. |
IWithVersion<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine extension version this extension is based on. |