SystemTopicsOperations interface
Interface representing a SystemTopics operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Asynchronously creates a new system topic with the specified parameters. |
| delete | |
| get | Get properties of a system topic. |
| list |
List all the system topics under a resource group. |
| list |
List all the system topics under an Azure subscription. |
| update | Asynchronously updates a system topic with the specified parameters. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SystemTopic>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => Promise<SystemTopic>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SystemTopic>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => Promise<SystemTopic>
createOrUpdate
Asynchronously creates a new system topic with the specified parameters.
createOrUpdate: (resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>
delete
delete: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get properties of a system topic.
get: (resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams) => Promise<SystemTopic>
Property Value
(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams) => Promise<SystemTopic>
listByResourceGroup
List all the system topics under a resource group.
listByResourceGroup: (resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
Property Value
(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
listBySubscription
List all the system topics under an Azure subscription.
listBySubscription: (options?: SystemTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
Property Value
(options?: SystemTopicsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
update
Asynchronously updates a system topic with the specified parameters.
update: (resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>
Property Value
(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams) => PollerLike<OperationState<SystemTopic>, SystemTopic>