Share via


DiskSnapshotListContent(IEnumerable<ResourceIdentifier>) Constructor

Definition

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.

Applies to