DiskSnapshotListContent(IEnumerable<ResourceIdentifier>) Constructor
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.
Initializes a new instance of DiskSnapshotListContent.
public DiskSnapshotListContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> diskSnapshotIds);
new Azure.ResourceManager.ElasticSan.Models.DiskSnapshotListContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ElasticSan.Models.DiskSnapshotListContent
Public Sub New (diskSnapshotIds As IEnumerable(Of ResourceIdentifier))
Parameters
- diskSnapshotIds
- IEnumerable<ResourceIdentifier>
array of DiskSnapshot ARM IDs.
Exceptions
diskSnapshotIds
is null.