DimensionProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox)
Applies to
Azure SDK for .NET