Share via


AccessControl.DefaultAction Property

Definition

Gets or sets the behavior for IP access control in Key Delivery. Possible values include: 'Allow', 'Deny'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to