IStatusResult.Status Property

Definition

Status of attestation service.

[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="Status of attestation service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="Status of attestation service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus> with get, set
Public Property Status As Nullable(Of AttestationServiceStatus)

Property Value

Attributes

Applies to