共用方式為


IotHubNameAvailabilityInfo.Reason Property

Definition

Gets the reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists'

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public Microsoft.Azure.Management.IotHub.Models.IotHubNameUnavailabilityReason? Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.Management.IotHub.Models.IotHubNameUnavailabilityReason>
Public ReadOnly Property Reason As Nullable(Of IotHubNameUnavailabilityReason)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to