Share via


DimensionProperties.ToBeExportedForCustomer Property

Definition

Gets or sets flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox)

[Newtonsoft.Json.JsonProperty(PropertyName="toBeExportedForCustomer")]
public bool? ToBeExportedForCustomer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="toBeExportedForCustomer")>]
member this.ToBeExportedForCustomer : Nullable<bool> with get, set
Public Property ToBeExportedForCustomer As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to