CommunicationServicesOperations interface

통신 서비스 운영을 나타내는 인터페이스.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
checkNameAvailability

CommunicationService 이름이 유효하고 아직 사용되지 않는지 확인합니다.

createOrUpdate

새 CommunicationService를 만들거나 기존 CommunicationService를 업데이트합니다.

delete
get

CommunicationService 및 해당 속성을 가져옵니다.

linkNotificationHub

Azure 알림 허브를 이 통신 서비스에 연결합니다.

listByResourceGroup

리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다.

listBySubscription

구독의 모든 리소스를 나열하는 요청을 처리합니다.

listKeys

CommunicationService 리소스의 액세스 키를 가져옵니다.

regenerateKey

CommunicationService 액세스 키를 다시 생성합니다. PrimaryKey 및 SecondaryKey는 동시에 다시 생성할 수 없습니다.

update

기존 통신 서비스를 업데이트하는 작업입니다.

속성 세부 정보

beginCreateOrUpdate

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CommunicationServiceResource>, CommunicationServiceResource>>

속성 값

(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CommunicationServiceResource>, CommunicationServiceResource>>

beginCreateOrUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => Promise<CommunicationServiceResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => Promise<CommunicationServiceResource>

beginDelete

경고

이 API는 이제 사용되지 않습니다.

use delete instead

beginDelete: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

경고

이 API는 이제 사용되지 않습니다.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => Promise<void>

checkNameAvailability

CommunicationService 이름이 유효하고 아직 사용되지 않는지 확인합니다.

checkNameAvailability: (nameAvailabilityParameters: NameAvailabilityParameters, options?: CommunicationServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>

속성 값

(nameAvailabilityParameters: NameAvailabilityParameters, options?: CommunicationServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>

createOrUpdate

새 CommunicationService를 만들거나 기존 CommunicationService를 업데이트합니다.

createOrUpdate: (resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CommunicationServiceResource>, CommunicationServiceResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CommunicationServiceResource>, CommunicationServiceResource>

delete

delete: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

CommunicationService 및 해당 속성을 가져옵니다.

get: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesGetOptionalParams) => Promise<CommunicationServiceResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesGetOptionalParams) => Promise<CommunicationServiceResource>

linkNotificationHub

Azure 알림 허브를 이 통신 서비스에 연결합니다.

linkNotificationHub: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesLinkNotificationHubOptionalParams) => Promise<LinkedNotificationHub>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesLinkNotificationHubOptionalParams) => Promise<LinkedNotificationHub>

listByResourceGroup

리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다.

listByResourceGroup: (resourceGroupName: string, options?: CommunicationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

속성 값

(resourceGroupName: string, options?: CommunicationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

listBySubscription

구독의 모든 리소스를 나열하는 요청을 처리합니다.

listBySubscription: (options?: CommunicationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

속성 값

(options?: CommunicationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CommunicationServiceResource, CommunicationServiceResource[], PageSettings>

listKeys

CommunicationService 리소스의 액세스 키를 가져옵니다.

listKeys: (resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesListKeysOptionalParams) => Promise<CommunicationServiceKeys>

속성 값

(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesListKeysOptionalParams) => Promise<CommunicationServiceKeys>

regenerateKey

CommunicationService 액세스 키를 다시 생성합니다. PrimaryKey 및 SecondaryKey는 동시에 다시 생성할 수 없습니다.

regenerateKey: (resourceGroupName: string, communicationServiceName: string, parameters: RegenerateKeyParameters, options?: CommunicationServicesRegenerateKeyOptionalParams) => Promise<CommunicationServiceKeys>

속성 값

(resourceGroupName: string, communicationServiceName: string, parameters: RegenerateKeyParameters, options?: CommunicationServicesRegenerateKeyOptionalParams) => Promise<CommunicationServiceKeys>

update

기존 통신 서비스를 업데이트하는 작업입니다.

update: (resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResourceUpdate, options?: CommunicationServicesUpdateOptionalParams) => Promise<CommunicationServiceResource>

속성 값

(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResourceUpdate, options?: CommunicationServicesUpdateOptionalParams) => Promise<CommunicationServiceResource>