IStorageIdentity.DataShareName 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.
The name of the Storage DataShare.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage DataShare.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataShareName", Update=true)]
public string DataShareName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage DataShare.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataShareName", Update=true)>]
member this.DataShareName : string with get, set
Public Property DataShareName As String
Property Value
- Attributes