VirtualMachine.DefinitionStages.WithCloudId Interface

public static interface VirtualMachine.DefinitionStages.WithCloudId

The stage of the VirtualMachine definition allowing to specify cloudId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCloudId(String cloudId)

Specifies the cloudId property: ARM Id of the cloud resource to use for deploying the vm..

Method Details

withCloudId

public abstract VirtualMachine.DefinitionStages.WithCreate withCloudId(String cloudId)

Specifies the cloudId property: ARM Id of the cloud resource to use for deploying the vm..

Parameters:

cloudId - ARM Id of the cloud resource to use for deploying the vm.

Returns:

the next definition stage.

Applies to