IMultiSubnetIPConfiguration.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.
SQL virtual machine instance resource id that are enrolled into the availability group listener.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL virtual machine instance resource id that are enrolled into the availability group listener.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="sqlVirtualMachineInstance")]
public string SqlVirtualMachineInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL virtual machine instance resource id that are enrolled into the availability group listener.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="sqlVirtualMachineInstance")>]
member this.SqlVirtualMachineInstance : string with get, set
Public Property SqlVirtualMachineInstance As String
Property Value
- Attributes