StorageDataSharePropertiesPatch.Assets 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.

public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.StorageDataShareAsset> Assets { get; }
member this.Assets : System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.StorageDataShareAsset>
Public ReadOnly Property Assets As IList(Of StorageDataShareAsset)

Property Value

Applies to