次の方法で共有


WorkspacesOperationsExtensions.Get メソッド

定義

ワークスペース インスタンスを取得します。

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

パラメーター

operations
IWorkspacesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

戻り値

適用対象