ICheckNameAvailabilityResult.Reason Property
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 reason for unavailability of a namespace.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", "TooManyNamespaceInCurrentSubscription" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.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.ServiceBus.PSArgumentCompleter(new System.String[] { "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", "TooManyNamespaceInCurrentSubscription" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.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