StorageDataShareAsset(String, String) Constructor
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.
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.