IAgReplica.ReadableSecondary Property

Definition

Replica readable secondary mode in availability group.

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

Property Value

Attributes

Applies to