Share via


MockableApiManagementArmClient.GetApiGatewayResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiGatewayResource object.

Applies to