public static interface VirtualMachineScaleSetExtension.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.Blank<ParentT>
The first stage of a virtual machine scale set extension definition.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT>
The final stage of a virtual machine scale set extension definition.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT>
The stage of a virtual machine scale set extension definition allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine scale set extension image gets published.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithImageOrPublisher<ParentT>
The stage of a virtual machines scale set extension definition allowing to specify an extension image or
specify name of the virtual machine scale set extension publisher.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithPublisher<ParentT>
The stage of a virtual machine scale set extension definition allowing to specify the publisher of the
extension image this extension is based on.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithSettings<ParentT>
The stage of a virtual machine scale set extension definition allowing to specify the public and private settings.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithType<ParentT>
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension image this extension is based on.
|
static interface |
VirtualMachineScaleSetExtension.DefinitionStages.WithVersion<ParentT>
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension version this extension is based on.
|
Copyright © 2019. All rights reserved.