TopicSpacesOperations interface

Interface representing a TopicSpaces operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create or update a topic space with the specified parameters.

delete
get

Get properties of a topic space.

listByNamespace

Get all the topic spaces under a namespace.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TopicSpace>, TopicSpace>>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TopicSpace>, TopicSpace>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<TopicSpace>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => Promise<TopicSpace>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => Promise<void>

createOrUpdate

Create or update a topic space with the specified parameters.

createOrUpdate: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<TopicSpace>, TopicSpace>

Property Value

(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>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get properties of a topic space.

get: (resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams) => Promise<TopicSpace>

Property Value

(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams) => Promise<TopicSpace>

listByNamespace

Get all the topic spaces under a namespace.

listByNamespace: (resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<TopicSpace, TopicSpace[], PageSettings>

Property Value

(resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<TopicSpace, TopicSpace[], PageSettings>