ArmRedisEnterpriseModelFactory.RedisEnterpriseLinkedDatabase Method
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 RedisEnterpriseLinkedDatabase.
public static Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseLinkedDatabase RedisEnterpriseLinkedDatabase(Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseDatabaseLinkState? state = default);
static member RedisEnterpriseLinkedDatabase : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseDatabaseLinkState> -> Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseLinkedDatabase
Public Shared Function RedisEnterpriseLinkedDatabase (Optional id As ResourceIdentifier = Nothing, Optional state As Nullable(Of RedisEnterpriseDatabaseLinkState) = Nothing) As RedisEnterpriseLinkedDatabase
Parameters
Resource ID of a database resource to link with this database.
State of the link between the database resources.
Returns
A new RedisEnterpriseLinkedDatabase instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET