共用方式為


EmailServices interface

代表 EmailServices 的介面。

方法

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

建立新的 EmailService 或更新現有的 EmailService。

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

建立新的 EmailService 或更新現有的 EmailService。

beginDelete(string, string, EmailServicesDeleteOptionalParams)

刪除 EmailService 的作業。

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

刪除 EmailService 的作業。

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

更新現有 EmailService 的作業。

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

更新現有 EmailService 的作業。

get(string, string, EmailServicesGetOptionalParams)

取得 EmailService 及其屬性。

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

處理列出資源群組中所有資源的要求。

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

處理列出訂用帳戶中所有資源的要求。

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

取得在 Exchange Online 中完整驗證的網域清單。

方法詳細資料

beginCreateOrUpdate(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

建立新的 EmailService 或更新現有的 EmailService。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

parameters
EmailServiceResource

建立或更新作業的參數

傳回

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

beginCreateOrUpdateAndWait(string, string, EmailServiceResource, EmailServicesCreateOrUpdateOptionalParams)

建立新的 EmailService 或更新現有的 EmailService。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

parameters
EmailServiceResource

建立或更新作業的參數

傳回

beginDelete(string, string, EmailServicesDeleteOptionalParams)

刪除 EmailService 的作業。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

options
EmailServicesDeleteOptionalParams

選項參數。

傳回

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

beginDeleteAndWait(string, string, EmailServicesDeleteOptionalParams)

刪除 EmailService 的作業。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

options
EmailServicesDeleteOptionalParams

選項參數。

傳回

Promise<void>

beginUpdate(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

更新現有 EmailService 的作業。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

parameters
EmailServiceResourceUpdate

更新作業的參數

options
EmailServicesUpdateOptionalParams

選項參數。

傳回

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

beginUpdateAndWait(string, string, EmailServiceResourceUpdate, EmailServicesUpdateOptionalParams)

更新現有 EmailService 的作業。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

parameters
EmailServiceResourceUpdate

更新作業的參數

options
EmailServicesUpdateOptionalParams

選項參數。

傳回

get(string, string, EmailServicesGetOptionalParams)

取得 EmailService 及其屬性。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

emailServiceName

string

EmailService 資源的名稱。

options
EmailServicesGetOptionalParams

選項參數。

傳回

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

處理列出資源群組中所有資源的要求。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

處理列出訂用帳戶中所有資源的要求。

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

參數

傳回

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

取得在 Exchange Online 中完整驗證的網域清單。

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

參數

傳回