Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckAvailabilityResult

Package version

interface

An interface representing CheckAvailabilityResult. Description of a CheckAvailibility resource.

extends

Resource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional isAvailiable

isAvailiable: undefined | false | true
member

{boolean} [isAvailiable] True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.

Optional location

location: undefined | string
member

{string} [location] Resource location

Optional name

name: undefined | string
member

{string} [name] Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional sku

sku: Sku
member

{Sku} [sku] The sku of the created namespace

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags

Optional type

type: undefined | string
member

{string} [type] Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc