EmailServices interface
Interface die een EmailServices vertegenwoordigt.
Methoden
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
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
De optiesparameters.
Retouren
Promise<EmailServiceResource>
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.
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.
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
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
De optiesparameters.
Retouren
Promise<EmailServiceResource>
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
Promise<EmailServiceResource>
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.
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
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
De optiesparameters.