Show / Hide Table of Contents

Class ServerExtendedAuditingPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerExtendedAuditingPolicyArgs
Inherited Members
ResourceArgs.Empty
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 ServerExtendedAuditingPolicyArgs : ResourceArgs

Constructors

View Source

ServerExtendedAuditingPolicyArgs()

Declaration
public ServerExtendedAuditingPolicyArgs()

Properties

View Source

RetentionInDays

(Optional) 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>
View Source

StorageAccountAccessKey

(Required) 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>
View Source

StorageAccountAccessKeyIsSecondary

(Optional) 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>
View Source

StorageEndpoint

(Required) 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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.