StorageDataShareAsset(String, String) Constructor

Definition

Initializes a new instance of StorageDataShareAsset.

public StorageDataShareAsset(string assetPath, string displayName);
new Azure.ResourceManager.Storage.Models.StorageDataShareAsset : string * string -> Azure.ResourceManager.Storage.Models.StorageDataShareAsset
Public Sub New (assetPath As String, displayName As String)

Parameters

assetPath
String

Source Path to be shared. It can be a folder or a blob. The asset path should contain container name followed by path within the container, e.g. /container1/logs/external.

displayName
String

Consumer visible name of the original path.

Exceptions

assetPath or displayName is null.

Applies to