Interface ResourcePool.DefinitionStages.WithKind

All Known Subinterfaces:
ResourcePool.Definition, ResourcePool.DefinitionStages.WithCreate
Enclosing interface:
ResourcePool.DefinitionStages

public static interface ResourcePool.DefinitionStages.WithKind
The stage of the ResourcePool definition allowing to specify kind.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      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.