Share via


WorkspacesOperationsExtensions.Get Method

Definition

Gets information about a Workspace.

public static Microsoft.Azure.Management.BatchAI.Models.Workspace Get (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string resourceGroupName, string workspaceName);
static member Get : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string * string -> Microsoft.Azure.Management.BatchAI.Models.Workspace
<Extension()>
Public Function Get (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String) As Workspace

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

Returns

Applies to