SystemTopicsOperations interface

SystemTopics 작업을 나타내는 인터페이스.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다.

delete
get

시스템 토픽의 속성을 가져옵니다.

listByResourceGroup

모든 시스템 주제를 리소스 그룹 아래에 나열하세요.

listBySubscription

Azure 구독 아래에 모든 시스템 주제를 나열하세요.

update

시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다.

속성 세부 정보

beginCreateOrUpdate

경고

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

beginCreateOrUpdateAndWait

경고

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SystemTopic>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SystemTopic>

beginDelete

경고

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

use delete instead

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

속성 값

(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

경고

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<void>

beginUpdate

경고

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

use update instead

beginUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

beginUpdateAndWait

경고

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

use update instead

beginUpdateAndWait: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SystemTopic>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SystemTopic>

createOrUpdate

지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다.

createOrUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>

delete

delete: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

시스템 토픽의 속성을 가져옵니다.

get: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams) => Promise<SystemTopic>

속성 값

(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams) => Promise<SystemTopic>

listByResourceGroup

모든 시스템 주제를 리소스 그룹 아래에 나열하세요.

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

속성 값

(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

listBySubscription

Azure 구독 아래에 모든 시스템 주제를 나열하세요.

listBySubscription: (options?: SystemTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

속성 값

(options?: SystemTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

update

시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다.

update: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>

속성 값

(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>