EndpointAccessProfile.DefaultAction Property

Definition

Gets or sets the default action when there is no IPRule matched.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled. Possible values include: 'Allow', 'Deny'

Applies to