IotHubNameAvailabilityInfo 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 IoT hub name is available.
public class IotHubNameAvailabilityInfo
type IotHubNameAvailabilityInfo = class
Public Class IotHubNameAvailabilityInfo
- Inheritance
-
IotHubNameAvailabilityInfo
Constructors
IotHubNameAvailabilityInfo() |
Initializes a new instance of the IotHubNameAvailabilityInfo class. |
IotHubNameAvailabilityInfo(Nullable<Boolean>, Nullable<IotHubNameUnavailabilityReason>, String) |
Initializes a new instance of the IotHubNameAvailabilityInfo 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