Condividi tramite


RestResponseRegex.MatchQuantifier Property

Definition

Gets or sets indicates whether any or all of the expressions should match with the response content. Possible values include: 'All', 'Any'

[Newtonsoft.Json.JsonProperty(PropertyName="matchQuantifier")]
public Microsoft.Azure.Management.DeploymentManager.Models.RestMatchQuantifier? MatchQuantifier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="matchQuantifier")>]
member this.MatchQuantifier : Nullable<Microsoft.Azure.Management.DeploymentManager.Models.RestMatchQuantifier> with get, set
Public Property MatchQuantifier As Nullable(Of RestMatchQuantifier)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to