LibraryOperationsExtensions.GetAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.LibraryResource> GetAsync (this Microsoft.Azure.Management.Synapse.ILibraryOperations operations, string resourceGroupName, string libraryName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.ILibraryOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.LibraryResource>
<Extension()>
Public Function GetAsync (operations As ILibraryOperations, resourceGroupName As String, libraryName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get library by name in a workspace.