Share via


MockableApiManagementArmClient.GetApiSchemaResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiSchemaResource object.

Applies to