LibraryOperationsExtensions.Get メソッド

定義

名前でライブラリを取得します。

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

パラメーター

operations
ILibraryOperations

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

resourceGroupName
String

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

libraryName
String

ライブラリ名

workspaceName
String

ワークスペースの名前

戻り値

注釈

ワークスペース内の名前でライブラリを取得します。

適用対象