Interface VirtualMachineScaleSetExtension.UpdateDefinitionStages
-
- Enclosing interface:
- VirtualMachineScaleSetExtension
public static interface VirtualMachineScaleSetExtension.UpdateDefinitionStagesGrouping of virtual machine scale set extension definition stages as part of parent virtual machine scale set update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.Blank<ParentT>The first stage of a virtual machine scale set extension definition.static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the virtual machine scale set extension definition.static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.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 interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.WithImageOrPublisher<ParentT>The stage of a virtual machine scale set extension allowing to specify an extension image or the name of the virtual machine extension publisher.static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.WithPublisher<ParentT>The stage of a virtual machine scale set extension definition allowing to specify the publisher of the virtual machine scale set extension image this extension is based on.static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.WithSettings<ParentT>The stage of a virtual machine scale set extension definition allowing to specify the public and private settings.static interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.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 interfaceVirtualMachineScaleSetExtension.UpdateDefinitionStages.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.
-