IDataShare.Asset Property

Definition

List of assets that specify the properties of the shared resources. For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array. For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged. If provided with a non-null value, the existing assets are replaced with the specified list.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="List of assets that specify the properties of the shared resources.\r\n        For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array.\r\n        For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged.\r\n        If provided with a non-null value, the existing assets are replaced with the specified list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset) }, Read=true, ReadOnly=false, Required=true, SerializedName="assets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset> Asset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="List of assets that specify the properties of the shared resources.\r\n        For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array.\r\n        For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged.\r\n        If provided with a non-null value, the existing assets are replaced with the specified list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset) }, Read=true, ReadOnly=false, Required=true, SerializedName="assets", Update=true)>]
member this.Asset : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset> with get, set
Public Property Asset As List(Of IStorageDataShareAsset)

Property Value

Attributes

Applies to