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

LocalRulestacks interface

表示 LocalRulestack 的接口。

方法

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

提交规则堆栈配置

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

提交规则堆栈配置

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

创建 LocalRulestackResource

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

创建 LocalRulestackResource

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

删除 LocalRulestackResource

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

删除 LocalRulestackResource

get(string, string, LocalRulestacksGetOptionalParams)

获取 LocalRulestackResource

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

获取更改日志

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

rulestack 的支持信息。

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

获取高级安全对象列表

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

LocalRulestack ApiVersion 的 AppId 列表

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

按资源组列出 LocalRulestackResource 资源

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

按订阅 ID 列出 LocalRulestackResource 资源

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Rulestack 的国家/地区列表

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

与 Rulestack 关联的防火墙列表

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

列出规则堆栈的预定义 URL 类别

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

列出 rulestack 的安全服务

revert(string, string, LocalRulestacksRevertOptionalParams)

还原规则堆栈配置

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

更新 LocalRulestackResource

方法详细信息

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

提交规则堆栈配置

function beginCommit(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksCommitOptionalParams

选项参数。

返回

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

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

提交规则堆栈配置

function beginCommitAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<void>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksCommitOptionalParams

选项参数。

返回

Promise<void>

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

创建 LocalRulestackResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulestackResource>, LocalRulestackResource>>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

resource
LocalRulestackResource

资源创建参数。

返回

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

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

创建 LocalRulestackResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<LocalRulestackResource>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

resource
LocalRulestackResource

资源创建参数。

返回

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

删除 LocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksDeleteOptionalParams

选项参数。

返回

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

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

删除 LocalRulestackResource

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

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksDeleteOptionalParams

选项参数。

返回

Promise<void>

get(string, string, LocalRulestacksGetOptionalParams)

获取 LocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetOptionalParams): Promise<LocalRulestackResource>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksGetOptionalParams

选项参数。

返回

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

获取更改日志

function getChangeLog(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetChangeLogOptionalParams): Promise<Changelog>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回

Promise<Changelog>

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

rulestack 的支持信息。

function getSupportInfo(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetSupportInfoOptionalParams): Promise<SupportInfo>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回

Promise<SupportInfo>

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

获取高级安全对象列表

function listAdvancedSecurityObjects(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams): Promise<AdvSecurityObjectListResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

typeParam

string

返回

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

LocalRulestack ApiVersion 的 AppId 列表

function listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): Promise<ListAppIdResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksListAppIdsOptionalParams

选项参数。

返回

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

按资源组列出 LocalRulestackResource 资源

function listByResourceGroup(resourceGroupName: string, options?: LocalRulestacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>

参数

resourceGroupName

string

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

返回

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

按订阅 ID 列出 LocalRulestackResource 资源

function listBySubscription(options?: LocalRulestacksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>

参数

返回

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Rulestack 的国家/地区列表

function listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): Promise<CountriesResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

与 Rulestack 关联的防火墙列表

function listFirewalls(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListFirewallsOptionalParams): Promise<ListFirewallsResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

列出规则堆栈的预定义 URL 类别

function listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): Promise<PredefinedUrlCategoriesResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

返回

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

列出 rulestack 的安全服务

function listSecurityServices(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListSecurityServicesOptionalParams): Promise<SecurityServicesResponse>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

typeParam

string

返回

revert(string, string, LocalRulestacksRevertOptionalParams)

还原规则堆栈配置

function revert(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksRevertOptionalParams): Promise<void>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

options
LocalRulestacksRevertOptionalParams

选项参数。

返回

Promise<void>

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

更新 LocalRulestackResource

function update(resourceGroupName: string, localRulestackName: string, properties: LocalRulestackResourceUpdate, options?: LocalRulestacksUpdateOptionalParams): Promise<LocalRulestackResource>

参数

resourceGroupName

string

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

localRulestackName

string

LocalRulestack 资源名称

properties
LocalRulestackResourceUpdate

要更新的资源属性。

options
LocalRulestacksUpdateOptionalParams

选项参数。

返回