VirtualMachineScaleSetExtension.DefinitionStages.Blank<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface Blank extends VirtualMachineScaleSetExtension.DefinitionStages.WithImageOrPublisher
The first stage of a virtual machine scale set extension definition.
Inherited Members
VirtualMachineScaleSetExtension.DefinitionStages.WithImageOrPublisher<ParentT>.withImage(VirtualMachineExtensionImage image)
VirtualMachineScaleSetExtension.DefinitionStages.WithPublisher<ParentT>.withPublisher(String extensionImagePublisherName)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java