IAgReplica.Role Property

Definition

Replica Role in availability group.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "PRIMARY", "SECONDARY" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Replica Role in availability group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="role", Update=true)]
public string Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "PRIMARY", "SECONDARY" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Replica Role in availability group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="role", Update=true)>]
member this.Role : string with get, set
Public Property Role As String

Property Value

Attributes

Applies to