次の方法で共有


IRevisionProperties.HealthState Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "Healthy", "Unhealthy", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Current health State of the revision", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthState", Update=false)]
public string HealthState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "Healthy", "Unhealthy", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Current health State of the revision", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthState", Update=false)>]
member this.HealthState : string
Public ReadOnly Property HealthState As String

Property Value

Attributes

Applies to