VaultProperties.NetworkAcls Property

Definition

Gets or sets rules governing the accessibility of the key 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