ServicesNameAvailabilityInfo 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 properties indicating whether a given service name is available.
public class ServicesNameAvailabilityInfo
type ServicesNameAvailabilityInfo = class
Public Class ServicesNameAvailabilityInfo
- Inheritance
-
ServicesNameAvailabilityInfo
Constructors
ServicesNameAvailabilityInfo() |
Initializes a new instance of the ServicesNameAvailabilityInfo class. |
ServicesNameAvailabilityInfo(Nullable<Boolean>, Nullable<ServiceNameUnavailabilityReason>, String) |
Initializes a new instance of the ServicesNameAvailabilityInfo class. |
Properties
Message |
Gets or sets the detailed reason message. |
NameAvailable |
Gets the value which indicates whether the provided name is available. |
Reason |
Gets the reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists' |
Applies to
Azure SDK for .NET