IStorageDataShareAsset.AssetPath Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Source Path to be shared. It can be a folder or a blob.\r\n        The asset path should contain container name followed by path within the container, e.g. /container1/logs/external.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="assetPath", Update=true)]
public string AssetPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Source Path to be shared. It can be a folder or a blob.\r\n        The asset path should contain container name followed by path within the container, e.g. /container1/logs/external.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="assetPath", Update=true)>]
member this.AssetPath : string with get, set
Public Property AssetPath As String

Property Value

Attributes

Applies to