SystemTopics interface
代表 SystemTopics 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)
以非同步方式建立具有指定參數的新系統主題。
function beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- systemTopicName
-
string
系統主題的名稱。
- systemTopicInfo
- SystemTopic
系統主題資訊。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<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<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- systemTopicName
-
string
系統主題的名稱。
- options
- SystemTopicsDeleteOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<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<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- systemTopicName
-
string
系統主題的名稱。
- systemTopicUpdateParameters
- SystemTopicUpdateParameters
SystemTopic 更新資訊。
- options
- SystemTopicsUpdateOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<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>
參數
選項參數。