OperationalInsightsBillingType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konfiguriert, ob die Abrechnung nur für den Cluster erfolgt oder ob jedem Arbeitsbereich die proportionale Verwendung in Rechnung gestellt wird. Dies ändert sich nicht an der Gesamtabrechnung, nur wie sie verteilt wird. Der Standardwert ist "Cluster".
public readonly struct OperationalInsightsBillingType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType>
type OperationalInsightsBillingType = struct
Public Structure OperationalInsightsBillingType
Implements IEquatable(Of OperationalInsightsBillingType)
- Vererbung
-
OperationalInsightsBillingType
- Implementiert
Konstruktoren
OperationalInsightsBillingType(String) |
Initialisiert eine neue Instanz von OperationalInsightsBillingType. |
Eigenschaften
Cluster |
Cluster: |
Workspaces |
Arbeitsbereiche. |
Methoden
Equals(OperationalInsightsBillingType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(OperationalInsightsBillingType, OperationalInsightsBillingType) |
Bestimmt, ob zwei OperationalInsightsBillingType Werte identisch sind. |
Implicit(String to OperationalInsightsBillingType) |
Konvertiert eine Zeichenfolge in eine OperationalInsightsBillingType. |
Inequality(OperationalInsightsBillingType, OperationalInsightsBillingType) |
Bestimmt, ob zwei OperationalInsightsBillingType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET