次の方法で共有


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)

LocalRulestacks で 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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

Promise<RuleCounter>

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

LocalRulestacks で LocalRulesResource リソースを一覧表示する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

localRulestackName

string

LocalRulestack リソース名

options
LocalRulesListByLocalRulestacksOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

Promise<RuleCounterReset>