WorkspacesOperationsExtensions.Get メソッド

定義

ワークスペースを取得します

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

パラメーター

operations
IWorkspacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

戻り値

適用対象