ClaimDeviceContent(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 ClaimDeviceContent.
public ClaimDeviceContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> devices);
new Azure.ResourceManager.Hci.Models.ClaimDeviceContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.Hci.Models.ClaimDeviceContent
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.