Delen via


CommunicationDomainResourceCollection Klas

Definitie

Een klasse die een verzameling en CommunicationDomainResource hun bewerkingen vertegenwoordigt. Elk CommunicationDomainResource in de verzameling behoort tot hetzelfde exemplaar van EmailServiceResource. Als u een CommunicationDomainResourceCollection exemplaar wilt ophalen, roept u de methode GetCommunicationDomainResources aan vanuit een exemplaar van EmailServiceResource.

public class CommunicationDomainResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Communication.CommunicationDomainResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Communication.CommunicationDomainResource>
type CommunicationDomainResourceCollection = class
    inherit ArmCollection
    interface seq<CommunicationDomainResource>
    interface IEnumerable
    interface IAsyncEnumerable<CommunicationDomainResource>
Public Class CommunicationDomainResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CommunicationDomainResource), IEnumerable(Of CommunicationDomainResource)
Overname
CommunicationDomainResourceCollection
Implementeringen

Constructors

CommunicationDomainResourceCollection()

Initialiseert een nieuw exemplaar van de CommunicationDomainResourceCollection klasse voor het nabootsen.

Eigenschappen

Client

Haalt de ArmClient resourceclient op van waaruit is gemaakt.

(Overgenomen van ArmCollection)
Diagnostics

Hiermee haalt u de diagnostische opties voor deze resourceclient op.

(Overgenomen van ArmCollection)
Endpoint

Hiermee haalt u de basis-URI voor deze resourceclient op.

(Overgenomen van ArmCollection)
Id

Hiermee haalt u de resource-id op.

(Overgenomen van ArmCollection)
Pipeline

Hiermee haalt u de pijplijn voor deze resourceclient op.

(Overgenomen van ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, CommunicationDomainResourceData, CancellationToken)

Voeg een nieuwe domeinenresource toe onder de bovenliggende EmailService-resource of werk een bestaande domeinenresource bij.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CommunicationDomainResourceData, CancellationToken)

Voeg een nieuwe domeinenresource toe onder de bovenliggende EmailService-resource of werk een bestaande domeinenresource bij.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_CreateOrUpdate
Exists(String, CancellationToken)

Controleert of de resource bestaat in Azure.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_Get
ExistsAsync(String, CancellationToken)

Controleert of de resource bestaat in Azure.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_Get
Get(String, CancellationToken)

Haal de domeinenresource en de bijbehorende eigenschappen op.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_Get
GetAll(CancellationToken)

Verwerkt aanvragen om alle domeinenresources onder de bovenliggende EmailServices-resource weer te geven.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains aanvragen
  • Bewerkings IdDomains_ListByEmailServiceResource
GetAllAsync(CancellationToken)

Verwerkt aanvragen om alle domeinenresources onder de bovenliggende EmailServices-resource weer te geven.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains aanvragen
  • Bewerkings IdDomains_ListByEmailServiceResource
GetAsync(String, CancellationToken)

Haal de domeinenresource en de bijbehorende eigenschappen op.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName} aanvragen
  • Bewerkings IdDomains_Get
TryGetApiVersion(ResourceType, String)

Hiermee wordt de API-versie overschreven als deze is ingesteld voor de huidige clientopties.

(Overgenomen van ArmCollection)

Expliciete interface-implementaties

IAsyncEnumerable<CommunicationDomainResource>.GetAsyncEnumerator(CancellationToken)

Retourneert een enumerator die asynchroon door de verzameling wordt herhaald.

IEnumerable.GetEnumerator()

Retourneert een enumerator die een verzameling herhaalt.

IEnumerable<CommunicationDomainResource>.GetEnumerator()

Retourneert een enumerator die de verzameling herhaalt.

Extensiemethoden

ToCommaSeparatedString<T>(IEnumerable<T>)

Converteert de elementen van een verzameling naar tekenreeksen en voegt deze samen in een door komma's gescheiden lijst of retourneert null voor null- of lege verzamelingen.

Van toepassing op