VirtualMachine.DefinitionStages.WithVmmServerId Interface

public static interface VirtualMachine.DefinitionStages.WithVmmServerId

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