ForceLinkParameters Class
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.
Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ForceLinkParametersTypeConverter))]
public class ForceLinkParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ForceLinkParametersTypeConverter))>]
type ForceLinkParameters = class
interface IForceLinkParameters
interface IJsonSerializable
Public Class ForceLinkParameters
Implements IForceLinkParameters
- Inheritance
-
ForceLinkParameters
- Attributes
- Implements
Constructors
ForceLinkParameters() |
Creates an new ForceLinkParameters instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForceLinkParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForceLinkParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters. |
FromJsonString(String) |
Creates a new instance of ForceLinkParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForceLinkParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |