Share via


VaultPatchProperties.NetworkAcls Property

Definition

Gets or sets a collection of rules governing the accessibility of the vault from specific network locations.

[Newtonsoft.Json.JsonProperty(PropertyName="networkAcls")]
public Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet NetworkAcls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="networkAcls")>]
member this.NetworkAcls : Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet with get, set
Public Property NetworkAcls As NetworkRuleSet

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to