ISqlVirtualMachineProperties.SqlConnectivityUpdateSettingPort Property

Definition

SQL Server port.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server port.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=true)]
public int? SqlConnectivityUpdateSettingPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server port.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=true)>]
member this.SqlConnectivityUpdateSettingPort : Nullable<int> with get, set
Public Property SqlConnectivityUpdateSettingPort As Nullable(Of Integer)

Property Value

Attributes

Applies to