SqlPoolConnectionPolicies interface
Interface die een SqlPoolConnectionPolicies vertegenwoordigt.
Methoden
| get(string, string, string, string, Sql |
Haal het verbindingsbeleid van een SQL-pool op, dat wordt gebruikt met tabelcontrole. |
Methodedetails
get(string, string, string, string, SqlPoolConnectionPoliciesGetOptionalParams)
Haal het verbindingsbeleid van een SQL-pool op, dat wordt gebruikt met tabelcontrole.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, connectionPolicyName: string, options?: SqlPoolConnectionPoliciesGetOptionalParams): Promise<SqlPoolConnectionPolicy>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- sqlPoolName
-
string
Naam van SQL-pool
- connectionPolicyName
-
string
De naam van het verbindingsbeleid.
De optiesparameters.
Retouren
Promise<SqlPoolConnectionPolicy>