Class ExtendedDatabaseBlobAuditingPoliciesOperationsExtensions
Extension methods for ExtendedDatabaseBlobAuditingPoliciesOperations.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public static class ExtendedDatabaseBlobAuditingPoliciesOperationsExtensions
Methods
CreateOrUpdate(IExtendedDatabaseBlobAuditingPoliciesOperations, String, String, String, ExtendedDatabaseBlobAuditingPolicy)
Creates or updates an extended database's blob auditing policy.
Declaration
public static Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy CreateOrUpdate (this Microsoft.Azure.Management.Sql.IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy parameters);
Parameters
|
IExtendedDatabaseBlobAuditingPoliciesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
serverName
The name of the server. |
|
String
databaseName
The name of the database. |
|
ExtendedDatabaseBlobAuditingPolicy
parameters
The extended database blob auditing policy. |
Returns
|
ExtendedDatabaseBlobAuditingPolicy
|
CreateOrUpdateAsync(IExtendedDatabaseBlobAuditingPoliciesOperations, String, String, String, ExtendedDatabaseBlobAuditingPolicy, CancellationToken)
Creates or updates an extended database's blob auditing policy.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy parameters, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IExtendedDatabaseBlobAuditingPoliciesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
serverName
The name of the server. |
|
String
databaseName
The name of the database. |
|
ExtendedDatabaseBlobAuditingPolicy
parameters
The extended database blob auditing policy. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<ExtendedDatabaseBlobAuditingPolicy>
|
Get(IExtendedDatabaseBlobAuditingPoliciesOperations, String, String, String)
Gets an extended database's blob auditing policy.
Declaration
public static Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy Get (this Microsoft.Azure.Management.Sql.IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName);
Parameters
|
IExtendedDatabaseBlobAuditingPoliciesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
serverName
The name of the server. |
|
String
databaseName
The name of the database. |
Returns
|
ExtendedDatabaseBlobAuditingPolicy
|
GetAsync(IExtendedDatabaseBlobAuditingPoliciesOperations, String, String, String, CancellationToken)
Gets an extended database's blob auditing policy.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ExtendedDatabaseBlobAuditingPolicy> GetAsync (this Microsoft.Azure.Management.Sql.IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IExtendedDatabaseBlobAuditingPoliciesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
serverName
The name of the server. |
|
String
databaseName
The name of the database. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<ExtendedDatabaseBlobAuditingPolicy>
|