TopicSpaces Interface
public interface TopicSpaces
Resource collection API of TopicSpaces.
Method Summary
Method Details
define
public abstract TopicSpace.DefinitionStages.Blank define(String name)
Begins definition for a new TopicSpace resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String topicSpaceName)
Delete a topic space. Delete an existing topic space.
Parameters:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String topicSpaceName, Context context)
Delete a topic space. Delete an existing topic space.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a topic space. Delete an existing topic space.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete a topic space. Delete an existing topic space.
Parameters:
get
public abstract TopicSpace get(String resourceGroupName, String namespaceName, String topicSpaceName)
Get a topic space. Get properties of a topic space.
Parameters:
Returns:
getById
public abstract TopicSpace getById(String id)
Get a topic space. Get properties of a topic space.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<TopicSpace> getByIdWithResponse(String id, Context context)
Get a topic space. Get properties of a topic space.
Parameters:
Returns:
getWithResponse
public abstract Response<TopicSpace> getWithResponse(String resourceGroupName, String namespaceName, String topicSpaceName, Context context)
Get a topic space. Get properties of a topic space.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<TopicSpace> listByNamespace(String resourceGroupName, String namespaceName)
List all topic spaces under a namespace. Get all the topic spaces under a namespace.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<TopicSpace> listByNamespace(String resourceGroupName, String namespaceName, String filter, Integer top, Context context)
List all topic spaces under a namespace. Get all the topic spaces under a namespace.
Parameters:
Returns: