LibraryOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.