共用方式為


ClusterUpdate.TrustedExternalTenants Property

Definition

Gets or sets the cluster's external tenants.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedExternalTenants")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> TrustedExternalTenants { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedExternalTenants")>]
member this.TrustedExternalTenants : System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> with get, set
Public Property TrustedExternalTenants As IList(Of TrustedExternalTenant)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to