CheckAvailabilityParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET