次の方法で共有


VirtualMachineTemplate.DefinitionStages.WithExtendedLocation Interface

public static interface VirtualMachineTemplate.DefinitionStages.WithExtendedLocation

The stage of the VirtualMachineTemplate definition allowing to specify extendedLocation.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExtendedLocation(ExtendedLocation extendedLocation)

Specifies the extendedLocation property: Gets or sets the extended location..

Method Details

withExtendedLocation

public abstract VirtualMachineTemplate.DefinitionStages.WithCreate withExtendedLocation(ExtendedLocation extendedLocation)

Specifies the extendedLocation property: Gets or sets the extended location..

Parameters:

extendedLocation - Gets or sets the extended location.

Returns:

the next definition stage.

Applies to