AssetMappingsClient Class

Definition

The AssetMappings service client.

public class AssetMappingsClient
type AssetMappingsClient = class
Public Class AssetMappingsClient
Inheritance
AssetMappingsClient

Constructors

AssetMappingsClient()

Initializes a new instance of AssetMappingsClient for mocking.

AssetMappingsClient(String, TokenCredential)

Initializes a new instance of AssetMappingsClient.

AssetMappingsClient(String, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of AssetMappingsClient.

Properties

Pipeline

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

Methods

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

Maps a source asset in the sent share to a destination asset in the received share.

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

Maps a source asset in the sent share to a destination asset in the received share.

Delete(WaitUntil, String, String, RequestContext)

Delete AssetMapping in a receivedShare.

DeleteAsync(WaitUntil, String, String, RequestContext)

Delete AssetMapping in a receivedShare.

GetAssetMapping(String, String, RequestContext)

Get AssetMapping in a receivedShare.

GetAssetMappingAsync(String, String, RequestContext)

Get AssetMapping in a receivedShare.

GetAssetMappings(String, String, String, String, RequestContext)

List AssetMappings in a received share.

GetAssetMappingsAsync(String, String, String, String, RequestContext)

List AssetMappings in a received share.

Applies to