TopicSpacesOperations interface
TopicSpaces 작업을 나타내는 인터페이스.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
지정된 매개변수로 주제 공간을 생성하거나 업데이트합니다. |
| delete | |
| get | 토픽 공간의 속성을 가져옵니다. |
| list |
모든 주제 공간을 네임스페이스 아래에 두세요. |
속성 세부 정보
beginCreateOrUpdate
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TopicSpace>, TopicSpace>>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TopicSpace>, TopicSpace>>
beginCreateOrUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<TopicSpace>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<TopicSpace>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<void>
createOrUpdate
지정된 매개변수로 주제 공간을 생성하거나 업데이트합니다.
createOrUpdate: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<TopicSpace>, TopicSpace>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<TopicSpace>, TopicSpace>
delete
delete: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
토픽 공간의 속성을 가져옵니다.
get: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams) => Promise<TopicSpace>
속성 값
(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams) => Promise<TopicSpace>
listByNamespace
모든 주제 공간을 네임스페이스 아래에 두세요.
listByNamespace: (resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<TopicSpace, TopicSpace[], PageSettings>
속성 값
(resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<TopicSpace, TopicSpace[], PageSettings>