IServerForUpdate.ReplicationRole Property

Definition

The replication role of the server.

[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 of the server.", 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 of the server.", 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

Applies to