WorkspaceContractCollection.GetAsync(String, CancellationToken) Method

Definition

Gets the details of the workspace specified by its identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}
  • Operation Id: Workspace_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: WorkspaceContractResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.WorkspaceContractResource>> GetAsync (string workspaceId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.WorkspaceContractResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.WorkspaceContractResource>>
Public Overridable Function GetAsync (workspaceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkspaceContractResource))

Parameters

workspaceId
String

Workspace identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workspaceId is an empty string, and was expected to be non-empty.

workspaceId is null.

Applies to