次の方法で共有


ApiManagementProductResource.GetApiManagementProductPolicy メソッド

定義

製品レベルでポリシー構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/policies/{policyId}
  • 操作IdProductPolicy_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource> GetApiManagementProductPolicy (Azure.ResourceManager.ApiManagement.Models.PolicyName policyId, Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat? format = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementProductPolicy : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>
override this.GetApiManagementProductPolicy : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>
Public Overridable Function GetApiManagementProductPolicy (policyId As PolicyName, Optional format As Nullable(Of PolicyExportFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementProductPolicyResource)

パラメーター

policyId
PolicyName

ポリシーの識別子。

format
Nullable<PolicyExportFormat>

ポリシーのエクスポート形式。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象