Share via


DimensionProperties Constructors

Definition

Overloads

DimensionProperties()

Initializes a new instance of the DimensionProperties class.

DimensionProperties(String, String, Nullable<Boolean>)

Initializes a new instance of the DimensionProperties class.

DimensionProperties()

Initializes a new instance of the DimensionProperties class.

public DimensionProperties ();
Public Sub New ()

Applies to

DimensionProperties(String, String, Nullable<Boolean>)

Initializes a new instance of the DimensionProperties class.

public DimensionProperties (string displayName = default, string name = default, bool? toBeExportedForCustomer = default);
new Microsoft.Azure.Management.Purview.Models.DimensionProperties : string * string * Nullable<bool> -> Microsoft.Azure.Management.Purview.Models.DimensionProperties
Public Sub New (Optional displayName As String = Nothing, Optional name As String = Nothing, Optional toBeExportedForCustomer As Nullable(Of Boolean) = Nothing)

Parameters

displayName
String

localized display name of the dimension to customer

name
String

dimension name

toBeExportedForCustomer
Nullable<Boolean>

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

Applies to