Delen via


EmailServices interface

Interface die een EmailServices vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

beginDelete(string, string, EmailServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een EmailService.

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een EmailService.

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande EmailService.

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande EmailService.

get(string, string, EmailServicesGetOptionalParams)

Haal de EmailService en de bijbehorende eigenschappen op.

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

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

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

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

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

Haal een lijst op met domeinen die volledig zijn geverifieerd in Exchange Online.

Methodedetails

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

function beginCreateOrUpdate(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

parameters
EmailServiceResource

Parameters voor de bewerking maken of bijwerken

options
EmailServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Maak een nieuwe EmailService of werk een bestaande EmailService bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams): Promise<EmailServiceResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

parameters
EmailServiceResource

Parameters voor de bewerking maken of bijwerken

options
EmailServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, EmailServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een EmailService.

function beginDelete(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

options
EmailServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

Bewerking voor het verwijderen van een EmailService.

function beginDeleteAndWait(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

options
EmailServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande EmailService.

function beginUpdate(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

parameters
EmailServiceResourceUpdate

Parameters voor de updatebewerking

options
EmailServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Bewerking voor het bijwerken van een bestaande EmailService.

function beginUpdateAndWait(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams): Promise<EmailServiceResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

parameters
EmailServiceResourceUpdate

Parameters voor de updatebewerking

options
EmailServicesUpdateOptionalParams

De optiesparameters.

Retouren

get(string, string, EmailServicesGetOptionalParams)

Haal de EmailService en de bijbehorende eigenschappen op.

function get(resourceGroupName: string, emailServiceName: string, options?: EmailServicesGetOptionalParams): Promise<EmailServiceResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

emailServiceName

string

De naam van de EmailService-resource.

options
EmailServicesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

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

function listByResourceGroup(resourceGroupName: string, options?: EmailServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
EmailServicesListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

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

function listBySubscription(options?: EmailServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>

Parameters

options
EmailServicesListBySubscriptionOptionalParams

De optiesparameters.

Retouren

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

Haal een lijst op met domeinen die volledig zijn geverifieerd in Exchange Online.

function listVerifiedExchangeOnlineDomains(options?: EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams): Promise<EmailServicesListVerifiedExchangeOnlineDomainsResponse>

Parameters

Retouren