Interface VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
VirtualMachineExtension.DefinitionStages.WithPublisher<ParentT>
- All Known Subinterfaces:
VirtualMachineExtension.Definition<ParentT>
,VirtualMachineExtension.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- VirtualMachineExtension.DefinitionStages
public static interface VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT>
extends VirtualMachineExtension.DefinitionStages.WithPublisher<ParentT>
The stage of the virtual machine extension definition allowing to specify extension image or specify name of
the virtual machine extension publisher.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the virtual machine extension image to use.Methods inherited from interface com.microsoft.azure.management.compute.VirtualMachineExtension.DefinitionStages.WithPublisher
withPublisher
-
Method Details
-
withImage
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withImage(VirtualMachineExtensionImage image) Specifies the virtual machine extension image to use.- Parameters:
image
- the image- Returns:
- the next stage of the definition
-