Share via


ICheckMhsmNameAvailabilityResult.Reason Property

Definition

The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "AccountNameInvalid", "AlreadyExists" })]
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=false, Description="The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="reason", Update=false)]
public string Reason { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "AccountNameInvalid", "AlreadyExists" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=false, Description="The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="reason", Update=false)>]
member this.Reason : string
Public ReadOnly Property Reason As String

Property Value

Attributes

Applies to