Dela via


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(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) }, ReadOnly=false, Required=false, SerializedName="sqlVirtualMachineInstances")]
public string[] SqlVirtualMachineInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="sqlVirtualMachineInstances")>]
member this.SqlVirtualMachineInstance : string[] with get, set
Public Property SqlVirtualMachineInstance As String()

Property Value

String[]
Attributes

Applies to