KeyVaultSecretReference.SecretUrl 속성

정의

비밀 URL을 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Key Vault 비밀을 참조하는 URL입니다.

적용 대상