MockableSupportTenantResource.GetTenantFileWorkspace Method

Definition

Gets details for a specific file workspace.

  • Request Path. : /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}.
  • Operation Id. : FileWorkspacesNoSubscription_Get.
  • Default Api Version. : 2025-06-01-preview.
public virtual Azure.Response<Azure.ResourceManager.Support.TenantFileWorkspaceResource> GetTenantFileWorkspace(string fileWorkspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantFileWorkspace : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.TenantFileWorkspaceResource>
override this.GetTenantFileWorkspace : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.TenantFileWorkspaceResource>
Public Overridable Function GetTenantFileWorkspace (fileWorkspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TenantFileWorkspaceResource)

Parameters

fileWorkspaceName
String

The name of the FileWorkspaceDetails.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

fileWorkspaceName is null.

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

Applies to