你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SystemTopics interface

表示 SystemTopics 的接口。

方法

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

使用指定的参数异步创建一个新的系统主题。

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

使用指定的参数异步创建一个新的系统主题。

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

删除现有系统主题。

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

删除现有系统主题。

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

使用指定的参数异步更新系统主题。

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

使用指定的参数异步更新系统主题。

get(string, string, SystemTopicsGetOptionalParams)

获取系统主题的属性。

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

列出资源组下的所有系统主题。

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

列出 Azure 订阅下的所有系统主题。

方法详细信息

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

使用指定的参数异步创建一个新的系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

systemTopicInfo
SystemTopic

系统主题信息。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<SystemTopic>, SystemTopic>>

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

使用指定的参数异步创建一个新的系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

systemTopicInfo
SystemTopic

系统主题信息。

返回

Promise<SystemTopic>

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

删除现有系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

options
SystemTopicsDeleteOptionalParams

选项参数。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

删除现有系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

options
SystemTopicsDeleteOptionalParams

选项参数。

返回

Promise<void>

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

使用指定的参数异步更新系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic 更新信息。

options
SystemTopicsUpdateOptionalParams

选项参数。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<SystemTopic>, SystemTopic>>

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

使用指定的参数异步更新系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic 更新信息。

options
SystemTopicsUpdateOptionalParams

选项参数。

返回

Promise<SystemTopic>

get(string, string, SystemTopicsGetOptionalParams)

获取系统主题的属性。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

systemTopicName

string

系统主题的名称。

options
SystemTopicsGetOptionalParams

选项参数。

返回

Promise<SystemTopic>

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

列出资源组下的所有系统主题。

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

参数

resourceGroupName

string

用户订阅中的资源组的名称。

返回

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

列出 Azure 订阅下的所有系统主题。

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

参数

返回