MockableApiManagementArmClient.GetServiceWorkspaceApiReleaseResource Method

Definition

Gets an object representing a ServiceWorkspaceApiReleaseResource 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 ServiceWorkspaceApiReleaseResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceWorkspaceApiReleaseResource object.

Applies to