SystemTopics Interface
public interface SystemTopics
Resource collection API of SystemTopics.
Method Summary
Method Details
define
public abstract SystemTopic.DefinitionStages.Blank define(String name)
Begins definition for a new SystemTopic resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String systemTopicName, Context context)
Delete a system topic. Delete existing system topic.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a system topic. Delete existing system topic.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete a system topic. Delete existing system topic.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String systemTopicName)
Delete a system topic. Delete existing system topic.
Parameters:
getById
public abstract SystemTopic getById(String id)
Get a system topic. Get properties of a system topic.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SystemTopic> getByIdWithResponse(String id, Context context)
Get a system topic. Get properties of a system topic.
Parameters:
Returns:
getByResourceGroup
public abstract SystemTopic getByResourceGroup(String resourceGroupName, String systemTopicName)
Get a system topic. Get properties of a system topic.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<SystemTopic> getByResourceGroupWithResponse(String resourceGroupName, String systemTopicName, Context context)
Get a system topic. Get properties of a system topic.
Parameters:
Returns:
list
public abstract PagedIterable<SystemTopic> list()
List system topics under an Azure subscription. List all the system topics under an Azure subscription.
Returns:
list
public abstract PagedIterable<SystemTopic> list(String filter, Integer top, Context context)
List system topics under an Azure subscription. List all the system topics under an Azure subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<SystemTopic> listByResourceGroup(String resourceGroupName)
List system topics under a resource group. List all the system topics under a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<SystemTopic> listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)
List system topics under a resource group. List all the system topics under a resource group.
Parameters:
Returns: