VaultProperties.VaultUri Property

Definition

Gets or sets the URI of the vault for performing operations on keys and secrets.

[Newtonsoft.Json.JsonProperty(PropertyName="vaultUri")]
public string VaultUri { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vaultUri")>]
member this.VaultUri : string with get, set
Public Property VaultUri As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to