CheckNameAvailabilityResultInner 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.
The Result of the CheckNameAvailability operation
public class CheckNameAvailabilityResultInner
type CheckNameAvailabilityResultInner = class
Public Class CheckNameAvailabilityResultInner
- Inheritance
-
CheckNameAvailabilityResultInner
Constructors
CheckNameAvailabilityResultInner() |
Initializes a new instance of the CheckNameAvailabilityResultInner class. |
CheckNameAvailabilityResultInner(String, Nullable<Boolean>, Nullable<UnavailableReason>) |
Initializes a new instance of the CheckNameAvailabilityResultInner class. |
Properties
Message |
Gets the detailed info regarding the reason associated with the Namespace. |
NameAvailable |
Gets or sets value indicating Namespace is availability, true if the Namespace is available; otherwise, false. |
Reason |
Gets or sets the reason for unavailability of a Namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription' |
Applies to
Azure SDK for .NET