CheckAvailabilityResult 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.
Description of a CheckAvailability resource.
public class CheckAvailabilityResult : Microsoft.Azure.Management.NotificationHubs.Models.Resource
type CheckAvailabilityResult = class
inherit Resource
Public Class CheckAvailabilityResult
Inherits Resource
- Inheritance
Constructors
CheckAvailabilityResult() |
Initializes a new instance of the CheckAvailabilityResult class. |
CheckAvailabilityResult(String, String, String, String, IDictionary<String,String>, Sku, Nullable<Boolean>) |
Initializes a new instance of the CheckAvailabilityResult class. |
Properties
Id |
Gets resource Id (Inherited from Resource) |
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 (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
Sku |
Gets or sets the sku of the created namespace (Inherited from Resource) |
Tags |
Gets or sets resource tags (Inherited from Resource) |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET