ILoadBalancerConfiguration.SqlVirtualMachineInstance Property

Definition

List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlVirtualMachineInstances", Update=true)]
public System.Collections.Generic.List<string> SqlVirtualMachineInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlVirtualMachineInstances", Update=true)>]
member this.SqlVirtualMachineInstance : System.Collections.Generic.List<string> with get, set
Public Property SqlVirtualMachineInstance As List(Of String)

Property Value

Attributes

Applies to