IAuditingPolicyOperations.GetServerPolicyAsync(String, String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAuditingPolicyGetResponse> GetServerPolicyAsync (string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken);
abstract member GetServerPolicyAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAuditingPolicyGetResponse>
Public Function GetServerPolicyAsync (resourceGroupName As String, serverName As String, cancellationToken As CancellationToken) As Task(Of ServerAuditingPolicyGetResponse)

Parameters

resourceGroupName
String
serverName
String
cancellationToken
CancellationToken

Returns

Task<ServerAuditingPolicyGetResponse>

Applies to