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