DatabasePropertiesGeoReplication 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.
Optional set of properties to configure geo replication for this database.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.DatabasePropertiesGeoReplicationTypeConverter))]
public class DatabasePropertiesGeoReplication : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabasePropertiesGeoReplication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.DatabasePropertiesGeoReplicationTypeConverter))>]
type DatabasePropertiesGeoReplication = class
interface IDatabasePropertiesGeoReplication
interface IJsonSerializable
Public Class DatabasePropertiesGeoReplication
Implements IDatabasePropertiesGeoReplication
- Inheritance
-
DatabasePropertiesGeoReplication
- Attributes
- Implements
Constructors
DatabasePropertiesGeoReplication() |
Creates an new DatabasePropertiesGeoReplication instance. |
Properties
GroupNickname |
Name for the group of linked database resources |
LinkedDatabase |
List of database resources to link with this database |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabasePropertiesGeoReplication. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabasePropertiesGeoReplication. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabasePropertiesGeoReplication. |
FromJsonString(String) |
Creates a new instance of DatabasePropertiesGeoReplication, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabasePropertiesGeoReplication into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |