ServerConnectionPolicy Constructors
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.
Overloads
ServerConnectionPolicy() |
Initializes a new instance of the ServerConnectionPolicy class. |
ServerConnectionPolicy(String, String, String, String, String, String) |
Initializes a new instance of the ServerConnectionPolicy class. |
ServerConnectionPolicy()
Initializes a new instance of the ServerConnectionPolicy class.
public ServerConnectionPolicy ();
Public Sub New ()
Applies to
ServerConnectionPolicy(String, String, String, String, String, String)
Initializes a new instance of the ServerConnectionPolicy class.
public ServerConnectionPolicy (string connectionType, string id = default, string name = default, string type = default, string location = default, string kind = default);
new Microsoft.Azure.Management.Sql.Models.ServerConnectionPolicy : string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ServerConnectionPolicy
Public Sub New (connectionType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional kind As String = Nothing)
Parameters
- connectionType
- String
The server connection type. Possible values include: 'Default', 'Redirect', 'Proxy'
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- kind
- String
Metadata used for the Azure portal experience.
Applies to
Azure SDK for .NET