你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

列出 PrefixListGlobalRulestack按租户列出的资源

方法详细信息

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)

列出 PrefixListGlobalRulestack按租户列出的资源

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

参数

globalRulestackName

string

GlobalRulestack 资源名称

返回