Méthode | Description | |
---|---|---|
GetDatabaseAuditingPolicy ( string resourceGroup, string serverName, string databaseName, string requestId, |
Provides a database audit policy model for the given database
|
|
GetDatabaseAuditingPolicy ( string resourceGroup, string serverName, string databaseName, string requestId, |
Provides a database audit policy model for the given database
|
|
GetServerAuditingPolicy ( string resourceGroup, string serverName, string requestId, ServerAuditingPolicyModel &model ) : void |
Provides a database server audit policy model for the given database
|
|
GetServerAuditingPolicy ( string resourceGroup, string serverName, string requestId, ServerBlobAuditingPolicyModel &model ) : void |
Provides a database server audit policy model for the given database
|
|
GetServerStorageAccount ( string resourceGroupName, string serverName, string requestId ) : string |
Returns the storage account name of the given database server
|
|
SetDatabaseAuditingPolicy ( |
Transforms the given model to its endpoints acceptable structure and sends it to the endpoint
|
|
SetDatabaseAuditingPolicy ( |
Transforms the given model to its endpoints acceptable structure and sends it to the endpoint
|
|
SetServerAuditingPolicy ( ServerAuditingPolicyModel model, string clientId, string storageEndpointSuffix ) : void |
Transforms the given model to its endpoints acceptable structure and sends it to the endpoint
|
|
SetServerAuditingPolicy ( ServerBlobAuditingPolicyModel model, string clientId, string storageEndpointSuffix ) : void |
Transforms the given model to its endpoints acceptable structure and sends it to the endpoint
|
|
SqlAuditAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models |
Méthode | Description | |
---|---|---|
ClearStorageDetailsCache ( ) : void | ||
ExtractAuditActionsAndGroups ( |
||
ExtractEventTypes ( |
Extracts the event types from the given model
|
|
ExtractStorageAccountKey ( string storageName ) : string |
Extracts the storage account requested key
|
|
ExtractStorageAccountKey ( string storageName, |
Extracts the storage account requested key
|
|
ExtractStorageAccountName ( |
Extracts the storage account name from the given model
|
|
ExtractStorageAccountName ( |
Extracts the storage account name from the given model
|
|
ExtractStorageAccountResourceGroup ( string storageName ) : string |
Extracts the storage account resource group
|
|
ExtractStorageAccountSubscriptionId ( string storageName ) : string |
Extracts the storage account subscription id
|
|
ExtractStorageAccountTableEndpoint ( string storageName, string endpointSuffix ) : string |
Extracts the storage account endpoint
|
|
IsDatabaseInServiceTierForPolicy ( string resourceGroupName, string serverName, string databaseName, string clientId ) : bool | ||
ModelizeAuditActionsAndGroupsInfo ( |
||
ModelizeAuditState ( string auditState ) : AuditStateType |
Transforms the given policy state in a string form to its cmdlet model representation
|
|
ModelizeDatabaseAuditPolicy ( Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy policy ) : |
Transforms the given database policy object to its cmdlet model representation
|
|
ModelizeDatabaseAuditPolicy ( Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy policy ) : |
||
ModelizeEventTypesInfo ( |
Updates the given model with all the event types information
|
|
ModelizeRetentionInfo ( |
||
ModelizeRetentionInfo ( |
Updates the content of the model object with all the retention information
|
|
ModelizeServerAuditPolicy ( Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy policy ) : ServerAuditingPolicyModel |
Transforms the given server policy object to its cmdlet model representation
|
|
ModelizeServerAuditPolicy ( Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy policy ) : ServerBlobAuditingPolicyModel |
Transforms the given server policy object to its cmdlet model representation
|
|
ModelizeStorageInfo ( |
||
ModelizeStorageInfo ( |
Updates the content of the model object with all the storage related information
|
|
PolicizeBlobAuditingModel ( |
Takes the cmdlets model object and transform it to the policy as expected by the endpoint
|
|
PolicizeDatabaseAuditingModel ( |
Takes the cmdlets model object and transform it to the policy as expected by the endpoint
|
|
PolicizeServerAuditingModel ( ServerAuditingPolicyModel model, string storageEndpointSuffix ) : Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters |
Takes the cmdlets model object and transform it to the policy as expected by the endpoint
|
public GetDatabaseAuditingPolicy ( string resourceGroup, string serverName, string databaseName, string requestId, |
||
resourceGroup | string | |
serverName | string | |
databaseName | string | |
requestId | string | |
model | ||
Résultat | void |
public GetDatabaseAuditingPolicy ( string resourceGroup, string serverName, string databaseName, string requestId, |
||
resourceGroup | string | |
serverName | string | |
databaseName | string | |
requestId | string | |
model | ||
Résultat | void |
public GetServerAuditingPolicy ( string resourceGroup, string serverName, string requestId, ServerAuditingPolicyModel &model ) : void | ||
resourceGroup | string | |
serverName | string | |
requestId | string | |
model | ServerAuditingPolicyModel | |
Résultat | void |
public GetServerAuditingPolicy ( string resourceGroup, string serverName, string requestId, ServerBlobAuditingPolicyModel &model ) : void | ||
resourceGroup | string | |
serverName | string | |
requestId | string | |
model | ServerBlobAuditingPolicyModel | |
Résultat | void |
public GetServerStorageAccount ( string resourceGroupName, string serverName, string requestId ) : string | ||
resourceGroupName | string | The name of the resource group to which the server belongs |
serverName | string | The server's name |
requestId | string | The Id to use in the request |
Résultat | string |
public SetDatabaseAuditingPolicy ( |
||
model | ||
clientId | string | |
storageEndpointSuffix | string | |
Résultat | void |
public SetDatabaseAuditingPolicy ( |
||
model | ||
clientId | string | |
storageEndpointSuffix | string | |
Résultat | void |
public SetServerAuditingPolicy ( ServerAuditingPolicyModel model, string clientId, string storageEndpointSuffix ) : void | ||
model | ServerAuditingPolicyModel | |
clientId | string | |
storageEndpointSuffix | string | |
Résultat | void |
public SetServerAuditingPolicy ( ServerBlobAuditingPolicyModel model, string clientId, string storageEndpointSuffix ) : void | ||
model | ServerBlobAuditingPolicyModel | |
clientId | string | |
storageEndpointSuffix | string | |
Résultat | void |
public SqlAuditAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
context | Microsoft.Azure.Common.Authentication.Models.AzureContext | |
Résultat | Microsoft.Azure.Commands.Common.Authentication.Models |