VirtualMachineTemplate.DefinitionStages.WithKind Interface
public static interface VirtualMachineTemplate.DefinitionStages.WithKind
The stage of the VirtualMachineTemplate definition allowing to specify kind.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withKind(String kind)
Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e. |
Method Details
withKind
public abstract VirtualMachineTemplate.DefinitionStages.WithCreate withKind(String kind)
Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value..
Parameters:
Returns: