다음을 통해 공유


DiskEncryptionSet.FederatedClientId Property

Definition

Gets or sets multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to