SystemTopics interface
SystemTopics를 나타내는 인터페이스입니다.
메서드
begin |
지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다. |
begin |
지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다. |
begin |
기존 시스템 토픽을 삭제합니다. |
begin |
기존 시스템 토픽을 삭제합니다. |
begin |
시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다. |
begin |
시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다. |
get(string, string, System |
시스템 토픽의 속성을 가져옵니다. |
list |
리소스 그룹 아래에 있는 모든 시스템 항목을 나열합니다. |
list |
Azure 구독 아래의 모든 시스템 토픽을 나열합니다. |
메서드 세부 정보
beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)
지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다.
function beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- systemTopicInfo
- SystemTopic
시스템 토픽 정보입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)
지정된 매개 변수를 사용하여 새 시스템 토픽을 비동기적으로 만듭니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopic>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- systemTopicInfo
- SystemTopic
시스템 토픽 정보입니다.
옵션 매개 변수입니다.
반환
Promise<SystemTopic>
beginDelete(string, string, SystemTopicsDeleteOptionalParams)
기존 시스템 토픽을 삭제합니다.
function beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- options
- SystemTopicsDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)
기존 시스템 토픽을 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- options
- SystemTopicsDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<void>
beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)
시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다.
function beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- systemTopicUpdateParameters
- SystemTopicUpdateParameters
SystemTopic 업데이트 정보입니다.
- options
- SystemTopicsUpdateOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)
시스템 토픽을 지정된 매개 변수로 비동기적으로 업데이트합니다.
function beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopic>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- systemTopicUpdateParameters
- SystemTopicUpdateParameters
SystemTopic 업데이트 정보입니다.
- options
- SystemTopicsUpdateOptionalParams
옵션 매개 변수입니다.
반환
Promise<SystemTopic>
get(string, string, SystemTopicsGetOptionalParams)
시스템 토픽의 속성을 가져옵니다.
function get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopic>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
- systemTopicName
-
string
시스템 토픽의 이름입니다.
- options
- SystemTopicsGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<SystemTopic>
listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)
리소스 그룹 아래에 있는 모든 시스템 항목을 나열합니다.
function listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다.
옵션 매개 변수입니다.
반환
listBySubscription(SystemTopicsListBySubscriptionOptionalParams)
Azure 구독 아래의 모든 시스템 토픽을 나열합니다.
function listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
Azure SDK for JavaScript