共用方式為


PrefixListGlobalRulestack interface

表示 PrefixListGlobalRulestack 的介面。

方法

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

刪除 PrefixListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

刪除 PrefixListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

取得 PrefixListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

依租使用者列出 PrefixListGlobalRulestackResource 資源

方法詳細資料

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListGlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

本機規則優先順序

resource
PrefixListGlobalRulestackResource

資源建立參數。

傳回

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

建立 PrefixListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

本機規則優先順序

resource
PrefixListGlobalRulestackResource

資源建立參數。

傳回

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

刪除 PrefixListGlobalRulestackResource

function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

本機規則優先順序

傳回

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

刪除 PrefixListGlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

本機規則優先順序

傳回

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

取得 PrefixListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

本機規則優先順序

傳回

list(string, PrefixListGlobalRulestackListOptionalParams)

依租使用者列出 PrefixListGlobalRulestackResource 資源

function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>

參數

globalRulestackName

string

GlobalRulestack 資源名稱

傳回