PartnerTopicsOperations interface
PartnerTopics 작업을 나타내는 인터페이스.
속성
| activate | 새로 만든 파트너 토픽을 활성화합니다. |
| begin |
|
| begin |
|
| create |
지정된 매개 변수를 사용하여 새 파트너 토픽을 비동기적으로 만듭니다. |
| deactivate | 특정 파트너 토픽을 비활성화합니다. |
| delete | |
| get | 파트너 토픽의 속성을 가져옵니다. |
| list |
모든 파트너 주제를 리소스 그룹 아래에 나열하세요. |
| list |
Azure 구독 아래에 모든 파트너 주제를 나열하세요. |
| update | 파트너 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다. |
속성 세부 정보
activate
새로 만든 파트너 토픽을 활성화합니다.
activate: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams) => Promise<PartnerTopic>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams) => Promise<PartnerTopic>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => Promise<void>
createOrUpdate
지정된 매개 변수를 사용하여 새 파트너 토픽을 비동기적으로 만듭니다.
createOrUpdate: (resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams) => Promise<PartnerTopic>
속성 값
(resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams) => Promise<PartnerTopic>
deactivate
특정 파트너 토픽을 비활성화합니다.
deactivate: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams) => Promise<PartnerTopic>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams) => Promise<PartnerTopic>
delete
delete: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
파트너 토픽의 속성을 가져옵니다.
get: (resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams) => Promise<PartnerTopic>
속성 값
(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams) => Promise<PartnerTopic>
listByResourceGroup
모든 파트너 주제를 리소스 그룹 아래에 나열하세요.
listByResourceGroup: (resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
속성 값
(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
listBySubscription
Azure 구독 아래에 모든 파트너 주제를 나열하세요.
listBySubscription: (options?: PartnerTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
속성 값
(options?: PartnerTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
update
파트너 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다.
update: (resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams) => Promise<PartnerTopic>
속성 값
(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams) => Promise<PartnerTopic>