IStorageDataShareAsset Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataShareAssetTypeConverter))]
public interface IStorageDataShareAsset : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataShareAssetTypeConverter))>]
type IStorageDataShareAsset = interface
    interface IJsonSerializable
Public Interface IStorageDataShareAsset
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AssetPath

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

Consumer visible name of the original path.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to