Delen via


LibraryOperationsExtensions.Get Method

Definition

Get library by name.

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

Parameters

operations
ILibraryOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

libraryName
String

Library name

workspaceName
String

The name of the workspace

Returns

Remarks

Get library by name in a workspace.

Applies to