Partager via


NetworkServiceDesignGroupCollection Classe

Définition

Classe représentant une collection de NetworkServiceDesignGroupResource et leurs opérations. Chacun NetworkServiceDesignGroupResource de la collection appartient au même instance de PublisherResource. Pour obtenir un NetworkServiceDesignGroupCollection instance appelez la méthode GetNetworkServiceDesignGroups à partir d’un instance de PublisherResource.

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

Constructeurs

NetworkServiceDesignGroupCollection()

Initialise une nouvelle instance de la NetworkServiceDesignGroupCollection 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, NetworkServiceDesignGroupData, CancellationToken)

Crée ou met à jour un groupe de conception de service réseau.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, NetworkServiceDesignGroupData, CancellationToken)

Crée ou met à jour un groupe de conception de service réseau.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_Get d’opération
Get(String, CancellationToken)

Obtient des informations sur le groupe networkServiceDesign spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_Get d’opération
GetAll(CancellationToken)

Obtient des informations sur les groupes de conception de service réseau sous un éditeur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups
  • IdNetworkServiceDesignGroups_ListByPublisher d’opération
GetAllAsync(CancellationToken)

Obtient des informations sur les groupes de conception de service réseau sous un éditeur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups
  • IdNetworkServiceDesignGroups_ListByPublisher d’opération
GetAsync(String, CancellationToken)

Obtient des informations sur le groupe networkServiceDesign spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_Get d’opération
GetIfExists(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_Get d’opération
GetIfExistsAsync(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkServiceDesignGroups/{networkServiceDesignGroupName}
  • IdNetworkServiceDesignGroups_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<NetworkServiceDesignGroupResource>.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<NetworkServiceDesignGroupResource>.GetEnumerator()

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

S’applique à