KustoClusterPrincipalAssignmentCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de KustoClusterPrincipalAssignmentResource et leurs opérations. Chacun KustoClusterPrincipalAssignmentResource de la collection appartient au même instance de KustoClusterResource. Pour obtenir un KustoClusterPrincipalAssignmentCollection instance appelez la méthode GetKustoClusterPrincipalAssignments à partir d’un instance de KustoClusterResource.
public class KustoClusterPrincipalAssignmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>
type KustoClusterPrincipalAssignmentCollection = class
inherit ArmCollection
interface seq<KustoClusterPrincipalAssignmentResource>
interface IEnumerable
interface IAsyncEnumerable<KustoClusterPrincipalAssignmentResource>
Public Class KustoClusterPrincipalAssignmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of KustoClusterPrincipalAssignmentResource), IEnumerable(Of KustoClusterPrincipalAssignmentResource)
- Héritage
- Implémente
Constructeurs
KustoClusterPrincipalAssignmentCollection() |
Initialise une nouvelle instance de la classe pour la KustoClusterPrincipalAssignmentCollection simulation. |
Propriétés
Client |
Obtient le ArmClient à partir duquel ce client de ressource a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressource. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, KustoClusterPrincipalAssignmentData, CancellationToken) |
Créez un principal de cluster KustoAssignment.
|
CreateOrUpdateAsync(WaitUntil, String, KustoClusterPrincipalAssignmentData, CancellationToken) |
Créez un principal de cluster KustoAssignment.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Obtient un principal de cluster KustoAssignment.
|
GetAll(CancellationToken) |
Répertorie tous les principauxasignments de cluster Kusto.
|
GetAllAsync(CancellationToken) |
Répertorie tous les principauxasignments de cluster Kusto.
|
GetAsync(String, CancellationToken) |
Obtient un principal de cluster KustoAssignment.
|
GetIfExists(String, CancellationToken) |
Tente d’obtenir les détails de cette ressource à partir du service.
|
GetIfExistsAsync(String, CancellationToken) |
Tente d’obtenir les détails de cette ressource à partir du service.
|
TryGetApiVersion(ResourceType, String) |
Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<KustoClusterPrincipalAssignmentResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<KustoClusterPrincipalAssignmentResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |
S’applique à
Azure SDK for .NET