Partager via


EmailServices interface

Interface représentant un EmailServices.

Méthodes

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Créez un emailService ou mettez à jour un EmailService existant.

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Créez un emailService ou mettez à jour un EmailService existant.

beginDelete(string, string, EmailServicesDeleteOptionalParams)

Opération de suppression d’un EmailService.

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

Opération de suppression d’un EmailService.

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Opération de mise à jour d’un EmailService existant.

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Opération de mise à jour d’un EmailService existant.

get(string, string, EmailServicesGetOptionalParams)

Obtenez EmailService et ses propriétés.

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

Gère les demandes de liste de toutes les ressources d’un groupe de ressources.

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

Gère les demandes de liste de toutes les ressources d’un abonnement.

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

Obtenez la liste des domaines entièrement vérifiés dans Exchange Online.

Détails de la méthode

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Créez un emailService ou mettez à jour un EmailService existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

parameters
EmailServiceResource

Paramètres de l’opération de création ou de mise à jour

options
EmailServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

Créez un emailService ou mettez à jour un EmailService existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

parameters
EmailServiceResource

Paramètres de l’opération de création ou de mise à jour

options
EmailServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, EmailServicesDeleteOptionalParams)

Opération de suppression d’un EmailService.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

options
EmailServicesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

Opération de suppression d’un EmailService.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

options
EmailServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Opération de mise à jour d’un EmailService existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

parameters
EmailServiceResourceUpdate

Paramètres de l’opération de mise à jour

options
EmailServicesUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

Opération de mise à jour d’un EmailService existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

parameters
EmailServiceResourceUpdate

Paramètres de l’opération de mise à jour

options
EmailServicesUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, EmailServicesGetOptionalParams)

Obtenez EmailService et ses propriétés.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

emailServiceName

string

Nom de la ressource EmailService.

options
EmailServicesGetOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

Gère les demandes de liste de toutes les ressources d’un groupe de ressources.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
EmailServicesListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

Gère les demandes de liste de toutes les ressources d’un abonnement.

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

Paramètres

options
EmailServicesListBySubscriptionOptionalParams

Paramètres d’options.

Retours

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

Obtenez la liste des domaines entièrement vérifiés dans Exchange Online.

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

Paramètres

Retours