Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckAvailabilityParameters

Package version

interface

An interface representing CheckAvailabilityParameters. Parameters supplied to the Check Name Availability for Namespace and NotificationHubs.

Hierarchy

  • CheckAvailabilityParameters

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

name

name: string
member

{string} name Resource name

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