IServerProperties.ReplicationRole Property
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.
The replication role.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "None", "Source", "Replica" })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The replication role.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicationRole", Update=true)]
public string ReplicationRole { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "None", "Source", "Replica" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The replication role.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicationRole", Update=true)>]
member this.ReplicationRole : string with get, set
Public Property ReplicationRole As String
Property Value
- Attributes