Freigeben über


IGeoFilter.CountryCode Property

Definition

Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="countryCodes", Update=true)]
public System.Collections.Generic.List<string> CountryCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="countryCodes", Update=true)>]
member this.CountryCode : System.Collections.Generic.List<string> with get, set
Public Property CountryCode As List(Of String)

Property Value

Attributes

Applies to