Condividi tramite


IAuthCredential.CredentialHealthStatus Property

Definition

The health status of credential.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "Healthy", "Unhealthy" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The health status of credential.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)]
public string CredentialHealthStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "Healthy", "Unhealthy" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=false, Description="The health status of credential.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)>]
member this.CredentialHealthStatus : string
Public ReadOnly Property CredentialHealthStatus As String

Property Value

Attributes

Applies to