CheckAvailabilityParameters Class

Definition

Parameters supplied to the Check Name Availability for Namespace and NotificationHubs.

public class CheckAvailabilityParameters
type CheckAvailabilityParameters = class
Public Class CheckAvailabilityParameters
Inheritance
CheckAvailabilityParameters

Constructors

CheckAvailabilityParameters()

Initializes a new instance of the CheckAvailabilityParameters class.

CheckAvailabilityParameters(String, String, String, String, IDictionary<String,String>, Sku, Nullable<Boolean>)

Initializes a new instance of the CheckAvailabilityParameters class.

Properties

Id

Gets resource Id

IsAvailiable

Gets or sets true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.

Location

Gets or sets resource location

Name

Gets or sets resource name

Sku

Gets or sets the sku of the created namespace

Tags

Gets or sets resource tags

Type

Gets resource type

Methods

Validate()

Validate the object.

Applies to