Partager via


ManagedServicesRegistrationAssignmentCollection Classe

Définition

Classe représentant une collection de ManagedServicesRegistrationAssignmentResource et leurs opérations. Chacun ManagedServicesRegistrationAssignmentResource de la collection appartient au même instance de ArmResource. Pour obtenir un ManagedServicesRegistrationAssignmentCollection instance appelez la méthode GetManagedServicesRegistrationAssignments à partir d’un instance de ArmResource.

public class ManagedServicesRegistrationAssignmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>
type ManagedServicesRegistrationAssignmentCollection = class
    inherit ArmCollection
    interface seq<ManagedServicesRegistrationAssignmentResource>
    interface IEnumerable
    interface IAsyncEnumerable<ManagedServicesRegistrationAssignmentResource>
Public Class ManagedServicesRegistrationAssignmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ManagedServicesRegistrationAssignmentResource), IEnumerable(Of ManagedServicesRegistrationAssignmentResource)
Héritage
ManagedServicesRegistrationAssignmentCollection
Implémente

Constructeurs

ManagedServicesRegistrationAssignmentCollection()

Initialise une nouvelle instance de la ManagedServicesRegistrationAssignmentCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il 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 ressources.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, ManagedServicesRegistrationAssignmentData, CancellationToken)

Crée ou met à jour une attribution d’inscription.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, ManagedServicesRegistrationAssignmentData, CancellationToken)

Crée ou met à jour une attribution d’inscription.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_CreateOrUpdate d’opération
Exists(String, Nullable<Boolean>, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_Get d’opération
ExistsAsync(String, Nullable<Boolean>, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_Get d’opération
Get(String, Nullable<Boolean>, CancellationToken)

Obtient les détails de l’attribution d’inscription spécifiée.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_Get d’opération
GetAll(Nullable<Boolean>, String, CancellationToken)

Obtient une liste des affectations d’inscription.

  • Chemin de requête/{scope}/providers/Microsoft.ManagedServices/registrationAssignments
  • IdRegistrationAssignments_List d’opération
GetAllAsync(Nullable<Boolean>, String, CancellationToken)

Obtient une liste des affectations d’inscription.

  • Chemin de requête/{scope}/providers/Microsoft.ManagedServices/registrationAssignments
  • IdRegistrationAssignments_List d’opération
GetAsync(String, Nullable<Boolean>, CancellationToken)

Obtient les détails de l’attribution d’inscription spécifiée.

  • Chemin de la demande/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
  • IdRegistrationAssignments_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<ManagedServicesRegistrationAssignmentResource>.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<ManagedServicesRegistrationAssignmentResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à