SqlPoolConnectionPolicy 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
SqlPoolConnectionPolicy() |
Initializes a new instance of the SqlPoolConnectionPolicy class. |
SqlPoolConnectionPolicy(String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the SqlPoolConnectionPolicy class. |
SqlPoolConnectionPolicy()
Initializes a new instance of the SqlPoolConnectionPolicy class.
public SqlPoolConnectionPolicy ();
Public Sub New ()
Applies to
SqlPoolConnectionPolicy(String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the SqlPoolConnectionPolicy class.
public SqlPoolConnectionPolicy (string id = default, string name = default, string type = default, string kind = default, string location = default, string securityEnabledAccess = default, string proxyDnsName = default, string proxyPort = default, string visibility = default, string useServerDefault = default, string redirectionState = default, string state = default);
new Microsoft.Azure.Management.Synapse.Models.SqlPoolConnectionPolicy : string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.SqlPoolConnectionPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional securityEnabledAccess As String = Nothing, Optional proxyDnsName As String = Nothing, Optional proxyPort As String = Nothing, Optional visibility As String = Nothing, Optional useServerDefault As String = Nothing, Optional redirectionState As String = Nothing, Optional state As String = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind
- String
Resource kind.
- location
- String
Resource location.
- securityEnabledAccess
- String
The state of security access.
- proxyDnsName
- String
The fully qualified host name of the auditing proxy.
- proxyPort
- String
The port number of the auditing proxy.
- visibility
- String
The visibility of the auditing proxy.
- useServerDefault
- String
Whether server default is enabled or disabled.
- redirectionState
- String
The state of proxy redirection.
- state
- String
The connection policy state.
Applies to
Azure SDK for .NET