ReleaseDeviceContent(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 ReleaseDeviceContent.
public ReleaseDeviceContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> devices);
new Azure.ResourceManager.Hci.Models.ReleaseDeviceContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.Hci.Models.ReleaseDeviceContent
Public Sub New (devices As IEnumerable(Of ResourceIdentifier))
Parameters
- devices
- IEnumerable<ResourceIdentifier>
List of resource ids of the devices to be modified.
Exceptions
devices is null.