ISqlVirtualMachine.SqlConnectivityUpdateSettingConnectivityType Property

Definition

SQL Server connectivity option.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "LOCAL", "PRIVATE", "PUBLIC" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server connectivity option.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectivityType", Update=true)]
public string SqlConnectivityUpdateSettingConnectivityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "LOCAL", "PRIVATE", "PUBLIC" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server connectivity option.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectivityType", Update=true)>]
member this.SqlConnectivityUpdateSettingConnectivityType : string with get, set
Public Property SqlConnectivityUpdateSettingConnectivityType As String

Property Value

Attributes

Applies to