Uses of Class
com.azure.resourcemanager.kusto.models.TrustedExternalTenant
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of TrustedExternalTenant in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.ClusterProperties.trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.Modifier and TypeMethodDescriptionClusterInner.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants.ClusterProperties.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants. -
Uses of TrustedExternalTenant in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the value property: GUID representing an external tenant.Modifier and TypeMethodDescriptionCluster.trustedExternalTenants()
Gets the trustedExternalTenants property: The cluster's external tenants.ClusterUpdate.trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithTrustedExternalTenants.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Specifies the trustedExternalTenants property: The cluster's external tenants..Cluster.UpdateStages.WithTrustedExternalTenants.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Specifies the trustedExternalTenants property: The cluster's external tenants..ClusterUpdate.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants.