MockableApiManagementArmClient.GetServiceWorkspaceApiSchemaResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceWorkspaceApiSchemaResource object.

Applies to