MockableApiManagementArmClient.GetApiManagementProductPolicyResource Method

Definition

Gets an object representing an ApiManagementProductPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, PolicyName) to create an ApiManagementProductPolicyResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource GetApiManagementProductPolicyResource (Azure.Core.ResourceIdentifier id);
abstract member GetApiManagementProductPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource
override this.GetApiManagementProductPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource
Public Overridable Function GetApiManagementProductPolicyResource (id As ResourceIdentifier) As ApiManagementProductPolicyResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiManagementProductPolicyResource object.

Applies to