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

GraphQLApiResolverPolicy interface

表示 GraphQLApiResolverPolicy 的接口。

方法

createOrUpdate(string, string, string, string, string, PolicyContract, GraphQLApiResolverPolicyCreateOrUpdateOptionalParams)

创建或更新 GraphQL API 解析程序级别的策略配置。

delete(string, string, string, string, string, string, GraphQLApiResolverPolicyDeleteOptionalParams)

删除 GraphQL Api 解析程序上的策略配置。

get(string, string, string, string, string, GraphQLApiResolverPolicyGetOptionalParams)

获取 GraphQL API 解析程序级别的策略配置。

getEntityTag(string, string, string, string, string, GraphQLApiResolverPolicyGetEntityTagOptionalParams)

获取实体状态 (Etag) 由其标识符指定的 GraphQL API 解析程序策略版本。

listByResolver(string, string, string, string, GraphQLApiResolverPolicyListByResolverOptionalParams)

获取GraphQL API 解析程序级别的策略配置列表。

方法详细信息

createOrUpdate(string, string, string, string, string, PolicyContract, GraphQLApiResolverPolicyCreateOrUpdateOptionalParams)

创建或更新 GraphQL API 解析程序级别的策略配置。

function createOrUpdate(resourceGroupName: string, serviceName: string, apiId: string, resolverId: string, policyId: string, parameters: PolicyContract, options?: GraphQLApiResolverPolicyCreateOrUpdateOptionalParams): Promise<GraphQLApiResolverPolicyCreateOrUpdateResponse>

参数

resourceGroupName

string

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

serviceName

string

API 管理服务的名称。

apiId

string

API 修订标识符。 在当前API 管理服务实例中必须是唯一的。 非当前修订将 ;rev=n 作为后缀,其中 n 是修订号。

resolverId

string

GraphQL API 中的解析程序标识符。 在当前API 管理服务实例中必须是唯一的。

policyId

string

策略的标识符。

parameters
PolicyContract

要应用的策略内容。

返回

delete(string, string, string, string, string, string, GraphQLApiResolverPolicyDeleteOptionalParams)

删除 GraphQL Api 解析程序上的策略配置。

function delete(resourceGroupName: string, serviceName: string, apiId: string, resolverId: string, policyId: string, ifMatch: string, options?: GraphQLApiResolverPolicyDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

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

serviceName

string

API 管理服务的名称。

apiId

string

API 修订标识符。 在当前API 管理服务实例中必须是唯一的。 非当前修订将 ;rev=n 作为后缀,其中 n 是修订号。

resolverId

string

GraphQL API 中的解析程序标识符。 在当前API 管理服务实例中必须是唯一的。

policyId

string

策略的标识符。

ifMatch

string

实体的 ETag。 ETag 应与 GET 请求的标头响应中的当前实体状态匹配,或者对于无条件更新,ETag 应为 * 。

返回

Promise<void>

get(string, string, string, string, string, GraphQLApiResolverPolicyGetOptionalParams)

获取 GraphQL API 解析程序级别的策略配置。

function get(resourceGroupName: string, serviceName: string, apiId: string, resolverId: string, policyId: string, options?: GraphQLApiResolverPolicyGetOptionalParams): Promise<GraphQLApiResolverPolicyGetResponse>

参数

resourceGroupName

string

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

serviceName

string

API 管理服务的名称。

apiId

string

API 修订标识符。 在当前API 管理服务实例中必须是唯一的。 非当前修订将 ;rev=n 作为后缀,其中 n 是修订号。

resolverId

string

GraphQL API 中的解析程序标识符。 在当前API 管理服务实例中必须是唯一的。

policyId

string

策略的标识符。

返回

getEntityTag(string, string, string, string, string, GraphQLApiResolverPolicyGetEntityTagOptionalParams)

获取实体状态 (Etag) 由其标识符指定的 GraphQL API 解析程序策略版本。

function getEntityTag(resourceGroupName: string, serviceName: string, apiId: string, resolverId: string, policyId: string, options?: GraphQLApiResolverPolicyGetEntityTagOptionalParams): Promise<GraphQLApiResolverPolicyGetEntityTagHeaders>

参数

resourceGroupName

string

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

serviceName

string

API 管理服务的名称。

apiId

string

API 修订标识符。 在当前API 管理服务实例中必须是唯一的。 非当前修订将 ;rev=n 作为后缀,其中 n 是修订号。

resolverId

string

GraphQL API 中的解析程序标识符。 在当前API 管理服务实例中必须是唯一的。

policyId

string

策略的标识符。

返回

listByResolver(string, string, string, string, GraphQLApiResolverPolicyListByResolverOptionalParams)

获取GraphQL API 解析程序级别的策略配置列表。

function listByResolver(resourceGroupName: string, serviceName: string, apiId: string, resolverId: string, options?: GraphQLApiResolverPolicyListByResolverOptionalParams): PagedAsyncIterableIterator<PolicyContract, PolicyContract[], PageSettings>

参数

resourceGroupName

string

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

serviceName

string

API 管理服务的名称。

apiId

string

API 修订标识符。 在当前API 管理服务实例中必须是唯一的。 非当前修订将 ;rev=n 作为后缀,其中 n 是修订号。

resolverId

string

GraphQL API 中的解析程序标识符。 在当前API 管理服务实例中必须是唯一的。

返回