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
With |
withTemplateId(String templateId)
Specifies the template |
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:
Returns: