Interface VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this definition
- All Known Subinterfaces:
VirtualMachineScaleSetExtension.UpdateDefinition<ParentT>
- Enclosing interface:
- VirtualMachineScaleSetExtension.UpdateDefinitionStages
public static interface VirtualMachineScaleSetExtension.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithVersion<ParentT>withType(String extensionImageTypeName)Specifies the type of the virtual machine scale set extension image.
-
-
-
Method Detail
-
withType
VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithVersion<ParentT> withType(String extensionImageTypeName)
Specifies the type of the virtual machine scale set extension image.- Parameters:
extensionImageTypeName- an image type name- Returns:
- the next stage of the definition
-
-