VirtualMachine.DefinitionStages.WithVmName Interface

public static interface VirtualMachine.DefinitionStages.WithVmName

The stage of the VirtualMachine definition allowing to specify vmName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withVmName(String vmName)

Specifies the vmName property: VMName is the name of VM on the SCVMM server..

Method Details

withVmName

public abstract VirtualMachine.DefinitionStages.WithCreate withVmName(String vmName)

Specifies the vmName property: VMName is the name of VM on the SCVMM server..

Parameters:

vmName - VMName is the name of VM on the SCVMM server.

Returns:

the next definition stage.

Applies to