AssetsClient Class

Definition

The Assets service client.

public class AssetsClient
type AssetsClient = class
Public Class AssetsClient
Inheritance
AssetsClient

Constructors

AssetsClient()

Initializes a new instance of AssetsClient for mocking.

AssetsClient(String, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of AssetsClient.

AssetsClient(String, TokenCredential)

Initializes a new instance of AssetsClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Create(WaitUntil, String, String, RequestContent, RequestContext)

Adds a new asset to an existing share.

CreateAsync(WaitUntil, String, String, RequestContent, RequestContext)

Adds a new asset to an existing share.

Delete(WaitUntil, String, String, RequestContext)

Delete asset in a sentShare.

DeleteAsync(WaitUntil, String, String, RequestContext)

Delete asset in a sentShare.

GetAsset(String, String, RequestContext)

Get asset in a sentShare.

GetAssetAsync(String, String, RequestContext)

Get asset in a sentShare.

GetAssets(String, String, String, String, RequestContext)

List Assets in a share.

GetAssetsAsync(String, String, String, String, RequestContext)

List Assets in a share.

Applies to