Share via


UsageCounterName Constructors

Definition

Overloads

UsageCounterName()

Initializes a new instance of the UsageCounterName class.

UsageCounterName(String, String)

Initializes a new instance of the UsageCounterName class.

UsageCounterName()

Initializes a new instance of the UsageCounterName class.

public UsageCounterName ();
Public Sub New ()

Applies to

UsageCounterName(String, String)

Initializes a new instance of the UsageCounterName class.

public UsageCounterName (string value = default, string localizedValue = default);
new Microsoft.Azure.Management.Automation.Models.UsageCounterName : string * string -> Microsoft.Azure.Management.Automation.Models.UsageCounterName
Public Sub New (Optional value As String = Nothing, Optional localizedValue As String = Nothing)

Parameters

value
String

Gets or sets the usage counter name.

localizedValue
String

Gets or sets the localized usage counter name.

Applies to