AvailabilitySet.DefinitionStages.WithAvailabilitySetName Interface

public static interface AvailabilitySet.DefinitionStages.WithAvailabilitySetName

The stage of the AvailabilitySet definition allowing to specify availabilitySetName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAvailabilitySetName(String availabilitySetName)

Specifies the availabilitySetName property: Name of the availability set..

Method Details

withAvailabilitySetName

public abstract AvailabilitySet.DefinitionStages.WithCreate withAvailabilitySetName(String availabilitySetName)

Specifies the availabilitySetName property: Name of the availability set..

Parameters:

availabilitySetName - Name of the availability set.

Returns:

the next definition stage.

Applies to