IStorageDataShareAsset.AssetPath Property
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.
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