IForceLinkParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ForceLinkParametersTypeConverter))]
public interface IForceLinkParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ForceLinkParametersTypeConverter))>]
type IForceLinkParameters = interface
interface IJsonSerializable
Public Interface IForceLinkParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| GroupNickname |
The name of the group of linked database resources. This should match the existing replication group name. |
| LinkedDatabase |
The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. |
Methods
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |