Compartir a través de


KeyVaultSecretReference.SecretUrl Propiedad

Definición

Obtiene o establece la dirección URL secreta.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Dirección URL que hace referencia a un secreto en el Key Vault.

Se aplica a