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

FqdnListGlobalRulestack interface

表示 FqdnListGlobalRulestack 的接口。

方法

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

删除 FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

删除 FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

获取 FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

按租户列出 FqdnListGlobalRulestackResource 资源

方法详细信息

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListGlobalRulestackResource

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

参数

globalRulestackName

string

GlobalRulestack 资源名称

name

string

fqdn 列表名称

resource
FqdnListGlobalRulestackResource

资源创建参数。

返回

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

创建 FqdnListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>

参数

globalRulestackName

string

GlobalRulestack 资源名称

name

string

fqdn 列表名称

resource
FqdnListGlobalRulestackResource

资源创建参数。

返回

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

删除 FqdnListGlobalRulestackResource

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

参数

globalRulestackName

string

GlobalRulestack 资源名称

name

string

fqdn 列表名称

返回

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

删除 FqdnListGlobalRulestackResource

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

参数

globalRulestackName

string

GlobalRulestack 资源名称

name

string

fqdn 列表名称

返回

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

获取 FqdnListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>

参数

globalRulestackName

string

GlobalRulestack 资源名称

name

string

fqdn 列表名称

返回

list(string, FqdnListGlobalRulestackListOptionalParams)

按租户列出 FqdnListGlobalRulestackResource 资源

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

参数

globalRulestackName

string

GlobalRulestack 资源名称

返回