Share via


IAuthCredential.CredentialHealthStatus Property

Definition

The health status of credential.

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

Property Value

Attributes

Applies to