ElasticSanVolumeNameListContent(IEnumerable<String>) 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 ElasticSanVolumeNameListContent.
public ElasticSanVolumeNameListContent(System.Collections.Generic.IEnumerable<string> volumeNames);
new Azure.ResourceManager.ElasticSan.Models.ElasticSanVolumeNameListContent : seq<string> -> Azure.ResourceManager.ElasticSan.Models.ElasticSanVolumeNameListContent
Public Sub New (volumeNames As IEnumerable(Of String))
Parameters
- volumeNames
- IEnumerable<String>
array of volume names.
Exceptions
volumeNames
is null.