次の方法で共有


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 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.

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:

kind - 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.

Returns:

the next definition stage.

Applies to