Sdílet prostřednictvím


AzureMonitorTableConfiguration Constructors

Definition

Overloads

AzureMonitorTableConfiguration()

Initializes a new instance of the AzureMonitorTableConfiguration class.

AzureMonitorTableConfiguration(String)

Initializes a new instance of the AzureMonitorTableConfiguration class.

AzureMonitorTableConfiguration()

Initializes a new instance of the AzureMonitorTableConfiguration class.

public AzureMonitorTableConfiguration ();
Public Sub New ()

Applies to

AzureMonitorTableConfiguration(String)

Initializes a new instance of the AzureMonitorTableConfiguration class.

public AzureMonitorTableConfiguration (string name = default);
new Microsoft.Azure.Management.HDInsight.Models.AzureMonitorTableConfiguration : string -> Microsoft.Azure.Management.HDInsight.Models.AzureMonitorTableConfiguration
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

The name.

Applies to