VirtualMachine.DefinitionStages.WithTemplateId Interface

public static interface VirtualMachine.DefinitionStages.WithTemplateId

The stage of the VirtualMachine definition allowing to specify templateId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTemplateId(String templateId)

Specifies the templateId property: ARM Id of the template resource to use for deploying the vm..

Method Details

withTemplateId

public abstract VirtualMachine.DefinitionStages.WithCreate withTemplateId(String templateId)

Specifies the templateId property: ARM Id of the template resource to use for deploying the vm..

Parameters:

templateId - ARM Id of the template resource to use for deploying the vm.

Returns:

the next definition stage.

Applies to