SignalRCustomDomainCollection 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 SignalRCustomDomainResource et leurs opérations. Chacun SignalRCustomDomainResource de la collection appartient au même instance de SignalRResource. Pour obtenir un SignalRCustomDomainCollection instance appelez la méthode GetSignalRCustomDomains à partir d’un instance de SignalRResource.
public class SignalRCustomDomainCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SignalR.SignalRCustomDomainResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SignalR.SignalRCustomDomainResource>
type SignalRCustomDomainCollection = class
inherit ArmCollection
interface seq<SignalRCustomDomainResource>
interface IEnumerable
interface IAsyncEnumerable<SignalRCustomDomainResource>
Public Class SignalRCustomDomainCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SignalRCustomDomainResource), IEnumerable(Of SignalRCustomDomainResource)
- Héritage
- Implémente
Constructeurs
SignalRCustomDomainCollection() |
Initialise une nouvelle instance de la SignalRCustomDomainCollection 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, SignalRCustomDomainData, CancellationToken) |
Créer ou mettre à jour un domaine personnalisé.
|
CreateOrUpdateAsync(WaitUntil, String, SignalRCustomDomainData, CancellationToken) |
Créer ou mettre à jour un domaine personnalisé.
|
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 un domaine personnalisé.
|
GetAll(CancellationToken) |
Répertoriez tous les domaines personnalisés.
|
GetAllAsync(CancellationToken) |
Répertoriez tous les domaines personnalisés.
|
GetAsync(String, CancellationToken) |
Obtenir un domaine personnalisé.
|
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<SignalRCustomDomainResource>.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<SignalRCustomDomainResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |