AzureInternalMonitoringPipelineSinkDescription interface
Diagnostics settings for Geneva.
- Extends
Properties
account |
Azure Internal monitoring pipeline account. |
auto |
Azure Internal monitoring pipeline autokey associated with the certificate. |
fluentd |
Azure Internal monitoring agent fluentd configuration. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
ma |
Azure Internal monitoring agent configuration. |
namespace | Azure Internal monitoring pipeline account namespace. |
Inherited Properties
description | A description of the sink. |
name | Name of the sink. This value is referenced by DiagnosticsReferenceDescription |
Property Details
accountName
Azure Internal monitoring pipeline account.
accountName?: string
Property Value
string
autoKeyConfigUrl
Azure Internal monitoring pipeline autokey associated with the certificate.
autoKeyConfigUrl?: string
Property Value
string
fluentdConfigUrl
Azure Internal monitoring agent fluentd configuration.
fluentdConfigUrl?: any
Property Value
any
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "AzureInternalMonitoringPipeline"
Property Value
"AzureInternalMonitoringPipeline"
maConfigUrl
Azure Internal monitoring agent configuration.
maConfigUrl?: string
Property Value
string
namespace
Azure Internal monitoring pipeline account namespace.
namespace?: string
Property Value
string
Inherited Property Details
description
A description of the sink.
description?: string
Property Value
string
Inherited From DiagnosticsSinkProperties.description
name
Name of the sink. This value is referenced by DiagnosticsReferenceDescription
name?: string
Property Value
string
Inherited From DiagnosticsSinkProperties.name
Azure SDK for JavaScript