Cloud.DefinitionStages.WithVmmServerId Interface

public static interface Cloud.DefinitionStages.WithVmmServerId

The stage of the Cloud 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 Cloud.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