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

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)

按 LocalRulestacks 列出 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)

按 LocalRulestacks 列出 PrefixListResource 资源

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

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

返回