Compartir vía


VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithImageOrPublisher extends VirtualMachineExtension.DefinitionStages.WithPublisher

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 Type Method and Description
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withImage(VirtualMachineExtensionImage image)

Specifies the virtual machine extension image to use.

Inherited Members

Method Details

withImage

public WithAttach withImage(VirtualMachineExtensionImage image)

Specifies the virtual machine extension image to use.

Parameters:

image - the image

Returns:

the next stage of the definition

Applies to