Delen via


EmailServiceResourceCollection Klas

Definitie

Een klasse die een verzameling van EmailServiceResource en hun bewerkingen vertegenwoordigt. Elke EmailServiceResource in de verzameling behoort tot hetzelfde exemplaar van ResourceGroupResource. Als u een EmailServiceResourceCollection exemplaar wilt ophalen, roept u de methode GetEmailServiceResources aan vanuit een exemplaar van ResourceGroupResource.

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

Constructors

EmailServiceResourceCollection()

Initialiseert een nieuw exemplaar van de EmailServiceResourceCollection klasse voor mocking.

Eigenschappen

Client

Hiermee haalt u 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, EmailServiceResourceData, CancellationToken)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EmailServiceResourceData, CancellationToken)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_CreateOrUpdate
Exists(String, CancellationToken)

Controleert of de resource bestaat in Azure.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_Get
ExistsAsync(String, CancellationToken)

Controleert of de resource bestaat in Azure.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_Get
Get(String, CancellationToken)

Haal de EmailService en de bijbehorende eigenschappen op.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_Get
GetAll(CancellationToken)

Verwerkt aanvragen om alle resources in een resourcegroep weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices
  • Bewerkings-IdEmailServices_ListByResourceGroup
GetAllAsync(CancellationToken)

Verwerkt aanvragen om alle resources in een resourcegroep weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices
  • Bewerkings-IdEmailServices_ListByResourceGroup
GetAsync(String, CancellationToken)

Haal de EmailService en de bijbehorende eigenschappen op.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • Bewerkings IdEmailServices_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<EmailServiceResource>.GetAsyncEnumerator(CancellationToken)

Retourneert een enumerator die asynchroon door de verzameling wordt herhaald.

IEnumerable.GetEnumerator()

Retourneert een enumerator die een verzameling doorloopt.

IEnumerable<EmailServiceResource>.GetEnumerator()

Retourneert een enumerator die de verzameling doorloopt.

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