ILoadBalancerConfiguration.SqlVirtualMachineInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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