AutomanageVmConfigurationProfileAssignmentCollection 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 AutomanageVmConfigurationProfileAssignmentResource et leurs opérations. Chacun AutomanageVmConfigurationProfileAssignmentResource de la collection appartient au même instance de ArmResource. Pour obtenir un AutomanageVmConfigurationProfileAssignmentCollection instance appelez la méthode GetAutomanageVmConfigurationProfileAssignments à partir d’un instance de ArmResource.
public class AutomanageVmConfigurationProfileAssignmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automanage.AutomanageVmConfigurationProfileAssignmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automanage.AutomanageVmConfigurationProfileAssignmentResource>
type AutomanageVmConfigurationProfileAssignmentCollection = class
inherit ArmCollection
interface seq<AutomanageVmConfigurationProfileAssignmentResource>
interface IEnumerable
interface IAsyncEnumerable<AutomanageVmConfigurationProfileAssignmentResource>
Public Class AutomanageVmConfigurationProfileAssignmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomanageVmConfigurationProfileAssignmentResource), IEnumerable(Of AutomanageVmConfigurationProfileAssignmentResource)
- Héritage
- Implémente
Constructeurs
AutomanageVmConfigurationProfileAssignmentCollection() |
Initialise une nouvelle instance de la AutomanageVmConfigurationProfileAssignmentCollection 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, AutomanageConfigurationProfileAssignmentData, CancellationToken) |
Crée une association entre une machine virtuelle et un profil de configuration Automanage
|
CreateOrUpdateAsync(WaitUntil, String, AutomanageConfigurationProfileAssignmentData, CancellationToken) |
Crée une association entre une machine virtuelle et un profil de configuration Automanage
|
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) |
Obtenir des informations sur une attribution de profil de configuration
|
GetAll(CancellationToken) |
Obtenir la liste des affectations de profil de configuration
|
GetAllAsync(CancellationToken) |
Obtenir la liste des affectations de profil de configuration
|
GetAsync(String, CancellationToken) |
Obtenir des informations sur une attribution de profil de configuration
|
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<AutomanageVmConfigurationProfileAssignmentResource>.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<AutomanageVmConfigurationProfileAssignmentResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |