共用方式為


LocalRules interface

表示 LocalRules 的介面。

方法

beginCreateOrUpdate(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

建立 LocalRulesResource

beginCreateOrUpdateAndWait(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

建立 LocalRulesResource

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

刪除 LocalRulesResource

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

刪除 LocalRulesResource

get(string, string, string, LocalRulesGetOptionalParams)

取得 LocalRulesResource

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

取得計數器

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

依 LocalRulestack 列出 LocalRulesResource 資源

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

重新整理計數器

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

重設計數器

方法詳細資料

beginCreateOrUpdate(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

建立 LocalRulesResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulesResource>, LocalRulesResource>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

resource
LocalRulesResource

資源建立參數。

options
LocalRulesCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<LocalRulesResource>, LocalRulesResource>>

beginCreateOrUpdateAndWait(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

建立 LocalRulesResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<LocalRulesResource>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

resource
LocalRulesResource

資源建立參數。

options
LocalRulesCreateOrUpdateOptionalParams

選項參數。

傳回

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

刪除 LocalRulesResource

function beginDelete(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

刪除 LocalRulesResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, string, LocalRulesGetOptionalParams)

取得 LocalRulesResource

function get(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetOptionalParams): Promise<LocalRulesResource>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesGetOptionalParams

選項參數。

傳回

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

取得計數器

function getCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetCountersOptionalParams): Promise<RuleCounter>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesGetCountersOptionalParams

選項參數。

傳回

Promise<RuleCounter>

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

依 LocalRulestack 列出 LocalRulesResource 資源

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: LocalRulesListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<LocalRulesResource, LocalRulesResource[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

傳回

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

重新整理計數器

function refreshCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesRefreshCountersOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesRefreshCountersOptionalParams

選項參數。

傳回

Promise<void>

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

重設計數器

function resetCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesResetCountersOptionalParams): Promise<RuleCounterReset>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

priority

string

本機規則優先順序

options
LocalRulesResetCountersOptionalParams

選項參數。

傳回

Promise<RuleCounterReset>