public static interface VirtualMachineExtension.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineExtension.DefinitionStages.Blank<ParentT>
The first stage of a virtual machine extension definition.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT>
The final stage of the virtual machine extension definition.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion<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.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT>
The stage of the virtual machine extension definition allowing to specify extension image or specify name of
the virtual machine extension publisher.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithPublisher<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.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>
The stage of the virtual machine extension definition allowing to specify the public and private settings.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithTags<ParentT>
The stage of the virtual machine extension definition allowing to specify the tags.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithType<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.
|
static interface |
VirtualMachineExtension.DefinitionStages.WithVersion<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.
|
Copyright © 2019. All rights reserved.