Share via


MockableApiManagementArmClient.GetApiResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiResource object.

Applies to