Share via


NetworkConfigurationDiagnosticProfile.Destination Property

Definition

Gets or sets traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag.

[Newtonsoft.Json.JsonProperty(PropertyName="destination")]
public string Destination { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destination")>]
member this.Destination : string with get, set
Public Property Destination As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to