FollowerDatabaseDefinition 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.
A class representing follower database request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.FollowerDatabaseDefinitionTypeConverter))]
public class FollowerDatabaseDefinition : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.FollowerDatabaseDefinitionTypeConverter))>]
type FollowerDatabaseDefinition = class
interface IFollowerDatabaseDefinition
interface IJsonSerializable
Public Class FollowerDatabaseDefinition
Implements IFollowerDatabaseDefinition
- Inheritance
-
FollowerDatabaseDefinition
- Attributes
- Implements
Constructors
FollowerDatabaseDefinition() |
Creates an new FollowerDatabaseDefinition instance. |
Properties
AttachedDatabaseConfigurationName |
Resource name of the attached database configuration in the follower cluster. |
DatabaseName |
The database name owned by this cluster that was followed. * in case following all databases. |
KustoPoolResourceId |
Resource id of the cluster that follows a database owned by this cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FollowerDatabaseDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FollowerDatabaseDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IFollowerDatabaseDefinition. |
FromJsonString(String) |
Creates a new instance of FollowerDatabaseDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FollowerDatabaseDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |