AvailabilitySet.DefinitionStages.WithVmmServerId Interface

public static interface AvailabilitySet.DefinitionStages.WithVmmServerId

The stage of the AvailabilitySet definition allowing to specify vmmServerId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withVmmServerId(String vmmServerId)

Specifies the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides..

Method Details

withVmmServerId

public abstract AvailabilitySet.DefinitionStages.WithCreate withVmmServerId(String vmmServerId)

Specifies the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides..

Parameters:

vmmServerId - ARM Id of the vmmServer resource in which this resource resides.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview