Uses of Class
com.azure.resourcemanager.kusto.models.TrustedExternalTenant
-
Packages that use TrustedExternalTenant Package Description com.azure.resourcemanager.kusto.fluent.models Package containing the inner data models for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of TrustedExternalTenant in com.azure.resourcemanager.kusto.fluent.models
Methods in com.azure.resourcemanager.kusto.fluent.models that return types with arguments of type TrustedExternalTenant Modifier and Type Method Description List<TrustedExternalTenant>
ClusterInner. trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.List<TrustedExternalTenant>
ClusterProperties. trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.Method parameters in com.azure.resourcemanager.kusto.fluent.models with type arguments of type TrustedExternalTenant Modifier and Type Method Description ClusterInner
ClusterInner. withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
Set the trustedExternalTenants property: The cluster's external tenants.ClusterProperties
ClusterProperties. withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
Set the trustedExternalTenants property: The cluster's external tenants. -
Uses of TrustedExternalTenant in com.azure.resourcemanager.kusto.models
Methods in com.azure.resourcemanager.kusto.models that return TrustedExternalTenant Modifier and Type Method Description TrustedExternalTenant
TrustedExternalTenant. withValue(String value)
Set the value property: GUID representing an external tenant.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type TrustedExternalTenant Modifier and Type Method Description List<TrustedExternalTenant>
Cluster. trustedExternalTenants()
Gets the trustedExternalTenants property: The cluster's external tenants.List<TrustedExternalTenant>
ClusterUpdate. trustedExternalTenants()
Get the trustedExternalTenants property: The cluster's external tenants.Method parameters in com.azure.resourcemanager.kusto.models with type arguments of type TrustedExternalTenant Modifier and Type Method Description Cluster.DefinitionStages.WithCreate
Cluster.DefinitionStages.WithTrustedExternalTenants. withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
Specifies the trustedExternalTenants property: The cluster's external tenants..Cluster.Update
Cluster.UpdateStages.WithTrustedExternalTenants. withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
Specifies the trustedExternalTenants property: The cluster's external tenants..ClusterUpdate
ClusterUpdate. withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
Set the trustedExternalTenants property: The cluster's external tenants.
-