LibraryClient Class
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.
The Library service client.
public class LibraryClient
type LibraryClient = class
Public Class LibraryClient
- Inheritance
-
LibraryClient
Constructors
LibraryClient() |
Initializes a new instance of LibraryClient for mocking. |
LibraryClient(Uri, TokenCredential, ArtifactsClientOptions) |
Initializes a new instance of LibraryClient. |
Methods
Append(String, Stream, Nullable<Int64>, CancellationToken) |
Append the content to the library resource created using the create operation. The maximum content size is 4MiB. Content larger than 4MiB must be appended in 4MiB chunks. |
AppendAsync(String, Stream, Nullable<Int64>, CancellationToken) |
Append the content to the library resource created using the create operation. The maximum content size is 4MiB. Content larger than 4MiB must be appended in 4MiB chunks. |
Get(String, CancellationToken) |
Get Library. |
GetAsync(String, CancellationToken) |
Get Library. |
GetOperationResult(String, CancellationToken) |
Get Operation result for Library. |
GetOperationResultAsync(String, CancellationToken) |
Get Operation result for Library. |
List(CancellationToken) |
Lists Library. |
ListAsync(CancellationToken) |
Lists Library. |
StartCreate(String, CancellationToken) |
Creates a library with the library name. |
StartCreateAsync(String, CancellationToken) |
Creates a library with the library name. |
StartDelete(String, CancellationToken) |
Delete Library. |
StartDeleteAsync(String, CancellationToken) |
Delete Library. |
StartFlush(String, CancellationToken) |
Flush Library. |
StartFlushAsync(String, CancellationToken) |
Flush Library. |