ForceUnlinkRedisEnterpriseDatabaseContent 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 ForceUnlinkRedisEnterpriseDatabaseContent.
public ForceUnlinkRedisEnterpriseDatabaseContent (System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> ids);
new Azure.ResourceManager.RedisEnterprise.Models.ForceUnlinkRedisEnterpriseDatabaseContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.RedisEnterprise.Models.ForceUnlinkRedisEnterpriseDatabaseContent
Public Sub New (ids As IEnumerable(Of ResourceIdentifier))
Parameters
The resource IDs of the database resources to be unlinked.
Exceptions
ids
is null.