Condividi tramite


IValidateResult.IsConnectionAvailable Property

Definition

A boolean value indicating whether the connection is available or not

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="A boolean value indicating whether the connection is available or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isConnectionAvailable")]
public bool? IsConnectionAvailable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="A boolean value indicating whether the connection is available or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isConnectionAvailable")>]
member this.IsConnectionAvailable : Nullable<bool> with get, set
Public Property IsConnectionAvailable As Nullable(Of Boolean)

Property Value

Attributes

Applies to