IManagedHsmError.Error 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 server error.
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=false, Description="The server error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IError) }, Read=true, ReadOnly=true, Required=false, SerializedName="error", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IError Error { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=false, Description="The server error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IError) }, Read=true, ReadOnly=true, Required=false, SerializedName="error", Update=false)>]
member this.Error : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IError
Public ReadOnly Property Error As IError
Property Value
- Attributes