AvailabilitySet.DefinitionStages.WithExtendedLocation Interface

public static interface AvailabilitySet.DefinitionStages.WithExtendedLocation

The stage of the AvailabilitySet definition allowing to specify extendedLocation.

Method Summary

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

Specifies the extendedLocation property: The extended location..

Method Details

withExtendedLocation

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

Specifies the extendedLocation property: The extended location..

Parameters:

extendedLocation - The extended location.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview