共用方式為


ContinuousAction.Parameters Property

Definition

Gets or sets list of key value pairs.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> with get, set
Public Property Parameters As IList(Of KeyValuePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to