Condividi tramite


ICheckNameAvailabilityResult.Reason Property

Definition

The reason for unavailability of a Namespace.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.PSArgumentCompleter(new System.String[] { "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", "TooManyNamespaceInCurrentSubscription" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The reason for unavailability of a Namespace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="reason", Update=true)]
public string Reason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.PSArgumentCompleter(new System.String[] { "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", "TooManyNamespaceInCurrentSubscription" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The reason for unavailability of a Namespace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="reason", Update=true)>]
member this.Reason : string with get, set
Public Property Reason As String

Property Value

Attributes

Applies to