Class DatabaseExtendedAuditingPolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MSSql.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatabaseExtendedAuditingPolicyArgs : ResourceArgs
Constructors
View SourceDatabaseExtendedAuditingPolicyArgs()
Declaration
public DatabaseExtendedAuditingPolicyArgs()
Properties
View SourceRetentionInDays
Specifies the number of days to retain logs for in the storage account.
Declaration
public Input<int> RetentionInDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
StorageAccountAccessKey
Specifies the access key to use for the auditing storage account.
Declaration
public Input<string> StorageAccountAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountAccessKeyIsSecondary
Specifies whether storage_account_access_key value is the storage's secondary key.
Declaration
public Input<bool> StorageAccountAccessKeyIsSecondary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
StorageEndpoint
Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).
Declaration
public Input<string> StorageEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |