共用方式為


PrefixListLocalRulestack interface

表示 PrefixListLocalRulestack 的介面。

方法

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListResource

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

刪除 PrefixListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

刪除 PrefixListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

取得 PrefixListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

依 LocalRulestack 列出 PrefixListResource 資源

方法詳細資料

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListResource>, PrefixListResource>>

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

name

string

本機規則優先順序

resource
PrefixListResource

資源建立參數。

傳回

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListResource>

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

name

string

本機規則優先順序

resource
PrefixListResource

資源建立參數。

傳回

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

刪除 PrefixListResource

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

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

name

string

本機規則優先順序

傳回

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

刪除 PrefixListResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

name

string

本機規則優先順序

傳回

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

取得 PrefixListResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

name

string

本機規則優先順序

傳回

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

依 LocalRulestack 列出 PrefixListResource 資源

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

參數

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 資源名稱

傳回