次の方法で共有


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

作成または更新操作のパラメーター

options
EmailServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

作成または更新操作のパラメーター

options
EmailServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

get(string, string, EmailServicesGetOptionalParams)

EmailService とそのプロパティを取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

emailServiceName

string

EmailService リソースの名前。

options
EmailServicesGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, EmailServicesListByResourceGroupOptionalParams)

リソース グループ内のすべてのリソースを一覧表示する要求を処理します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
EmailServicesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(EmailServicesListBySubscriptionOptionalParams)

サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。

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

パラメーター

options
EmailServicesListBySubscriptionOptionalParams

options パラメーター。

戻り値

listVerifiedExchangeOnlineDomains(EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams)

Exchange Onlineで完全に検証されたドメインの一覧を取得します。

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

パラメーター

options
EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams

options パラメーター。

戻り値