Sdílet prostřednictvím


UsageCounterName Konstruktory

Definice

Přetížení

UsageCounterName()

Inicializuje novou instanci UsageCounterName třídy.

UsageCounterName(String, String)

Inicializuje novou instanci UsageCounterName třídy.

UsageCounterName()

Inicializuje novou instanci UsageCounterName třídy.

public UsageCounterName ();
Public Sub New ()

Platí pro

UsageCounterName(String, String)

Inicializuje novou instanci UsageCounterName třídy.

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)

Parametry

value
String

Získá nebo nastaví název čítače využití.

localizedValue
String

Získá nebo nastaví název lokalizovaného čítače využití.

Platí pro