SystemTopics interface

Interface representing a SystemTopics.

Methods

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Asynchronously creates a new system topic with the specified parameters.

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Asynchronously creates a new system topic with the specified parameters.

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

Delete existing system topic.

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

Delete existing system topic.

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Asynchronously updates a system topic with the specified parameters.

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Asynchronously updates a system topic with the specified parameters.

get(string, string, SystemTopicsGetOptionalParams)

Get properties of a system topic.

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

List all the system topics under a resource group.

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

List all the system topics under an Azure subscription.

Method Details

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Asynchronously creates a new system topic with the specified parameters.

function beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopic>, SystemTopic>>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

systemTopicInfo
SystemTopic

System Topic information.

options
SystemTopicsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Asynchronously creates a new system topic with the specified parameters.

function beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopic>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

systemTopicInfo
SystemTopic

System Topic information.

options
SystemTopicsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<SystemTopic>

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

Delete existing system topic.

function beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

options
SystemTopicsDeleteOptionalParams

The options parameters.

Returns

Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

Delete existing system topic.

function beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

options
SystemTopicsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Asynchronously updates a system topic with the specified parameters.

function beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopic>, SystemTopic>>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic update information.

options
SystemTopicsUpdateOptionalParams

The options parameters.

Returns

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Asynchronously updates a system topic with the specified parameters.

function beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopic>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic update information.

options
SystemTopicsUpdateOptionalParams

The options parameters.

Returns

Promise<SystemTopic>

get(string, string, SystemTopicsGetOptionalParams)

Get properties of a system topic.

function get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopic>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

systemTopicName

string

Name of the system topic.

options
SystemTopicsGetOptionalParams

The options parameters.

Returns

Promise<SystemTopic>

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

List all the system topics under a resource group.

function listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

options
SystemTopicsListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

List all the system topics under an Azure subscription.

function listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

Parameters

options
SystemTopicsListBySubscriptionOptionalParams

The options parameters.

Returns