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

FqdnListLocalRulestack interface

表示 FqdnListLocalRulestack 的接口。

方法

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListLocalRulestackResource

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

删除 FqdnListLocalRulestackResource

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

删除 FqdnListLocalRulestackResource

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

获取 FqdnListLocalRulestackResource

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

按 LocalRulestacks 列出 FqdnListLocalRulestackResource 资源

方法详细信息

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListLocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

name

string

fqdn 列表名称

resource
FqdnListLocalRulestackResource

资源创建参数。

返回

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListLocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

name

string

fqdn 列表名称

resource
FqdnListLocalRulestackResource

资源创建参数。

返回

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

删除 FqdnListLocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

name

string

fqdn 列表名称

返回

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

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

删除 FqdnListLocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

name

string

fqdn 列表名称

返回

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

获取 FqdnListLocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

name

string

fqdn 列表名称

options
FqdnListLocalRulestackGetOptionalParams

选项参数。

返回

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

按 LocalRulestacks 列出 FqdnListLocalRulestackResource 资源

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回