EmailServicesOperations interface
EmailServices 운영을 나타내는 인터페이스.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
새 EmailService를 만들거나 기존 EmailService를 업데이트합니다. |
| delete | |
| get | EmailService 및 해당 속성을 가져옵니다. |
| list |
리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다. |
| list |
구독의 모든 리소스를 나열하는 요청을 처리합니다. |
| list |
Exchange Online에서 완전히 인증된 도메인 목록을 받아보세요. |
| update | 기존 EmailService를 업데이트하는 작업입니다. |
속성 세부 정보
beginCreateOrUpdate
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>
beginCreateOrUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => Promise<EmailServiceResource>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => Promise<EmailServiceResource>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => Promise<void>
beginUpdate
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdate: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EmailServiceResource>, EmailServiceResource>>
beginUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdateAndWait: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => Promise<EmailServiceResource>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => Promise<EmailServiceResource>
createOrUpdate
새 EmailService를 만들거나 기존 EmailService를 업데이트합니다.
createOrUpdate: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<EmailServiceResource>, EmailServiceResource>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<EmailServiceResource>, EmailServiceResource>
delete
delete: (resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
EmailService 및 해당 속성을 가져옵니다.
get: (resourceGroupName: string, emailServiceName: string, options?: EmailServicesGetOptionalParams) => Promise<EmailServiceResource>
속성 값
(resourceGroupName: string, emailServiceName: string, options?: EmailServicesGetOptionalParams) => Promise<EmailServiceResource>
listByResourceGroup
리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다.
listByResourceGroup: (resourceGroupName: string, options?: EmailServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>
속성 값
(resourceGroupName: string, options?: EmailServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>
listBySubscription
구독의 모든 리소스를 나열하는 요청을 처리합니다.
listBySubscription: (options?: EmailServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>
속성 값
(options?: EmailServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EmailServiceResource, EmailServiceResource[], PageSettings>
listVerifiedExchangeOnlineDomains
Exchange Online에서 완전히 인증된 도메인 목록을 받아보세요.
listVerifiedExchangeOnlineDomains: (options?: EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams) => Promise<EmailServicesListVerifiedExchangeOnlineDomainsResponse>
속성 값
(options?: EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams) => Promise<EmailServicesListVerifiedExchangeOnlineDomainsResponse>
update
기존 EmailService를 업데이트하는 작업입니다.
update: (resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => PollerLike<OperationState<EmailServiceResource>, EmailServiceResource>
속성 값
(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams) => PollerLike<OperationState<EmailServiceResource>, EmailServiceResource>