Uses of Class
com.azure.analytics.synapse.artifacts.models.LibraryResourceInfo
Package
Description
Package containing the classes for ArtifactsClient.
-
Uses of LibraryResourceInfo in com.azure.analytics.synapse.artifacts
Modifier and TypeMethodDescriptionCreates a library with the library name.Delete Library.Flush Library.Modifier and TypeMethodDescriptionCreates a library with the library name.Mono<com.azure.core.http.rest.Response<LibraryResourceInfo>>
LibraryAsyncClient.createWithResponse
(String libraryName) Creates a library with the library name.com.azure.core.http.rest.Response<LibraryResourceInfo>
LibraryClient.createWithResponse
(String libraryName, com.azure.core.util.Context context) Creates a library with the library name.Delete Library.Mono<com.azure.core.http.rest.Response<LibraryResourceInfo>>
LibraryAsyncClient.deleteWithResponse
(String libraryName) Delete Library.com.azure.core.http.rest.Response<LibraryResourceInfo>
LibraryClient.deleteWithResponse
(String libraryName, com.azure.core.util.Context context) Delete Library.Flush Library.Mono<com.azure.core.http.rest.Response<LibraryResourceInfo>>
LibraryAsyncClient.flushWithResponse
(String libraryName) Flush Library.com.azure.core.http.rest.Response<LibraryResourceInfo>
LibraryClient.flushWithResponse
(String libraryName, com.azure.core.util.Context context) Flush Library.