Show / Hide Table of Contents

Class ServerExtendedAuditingPolicy

Inheritance
System.Object
ServerExtendedAuditingPolicy
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerExtendedAuditingPolicy

Fields

View Source

RetentionInDays

(Optional) Specifies the number of days to retain logs for in the storage account.

Declaration
public readonly int? RetentionInDays
Field Value
Type Description
System.Nullable<System.Int32>
View Source

StorageAccountAccessKey

(Required) Specifies the access key to use for the auditing storage account.

Declaration
public readonly string StorageAccountAccessKey
Field Value
Type Description
System.String
View Source

StorageAccountAccessKeyIsSecondary

(Optional) Specifies whether storage_account_access_key value is the storage's secondary key.

Declaration
public readonly bool? StorageAccountAccessKeyIsSecondary
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

StorageEndpoint

(Required) Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).

Declaration
public readonly string StorageEndpoint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.