ConnectivityCheckRequestSource.Instance Property

Definition

Gets or sets the particular VMSS instance from which to fire the request.

[Newtonsoft.Json.JsonProperty(PropertyName="instance")]
public long? Instance { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instance")>]
member this.Instance : Nullable<int64> with get, set
Public Property Instance As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to