Sdílet prostřednictvím


AutomationUsageCounterName Class

Definition

Definition of usage counter name.

public class AutomationUsageCounterName : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationUsageCounterName>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationUsageCounterName>
public class AutomationUsageCounterName
type AutomationUsageCounterName = class
    interface IJsonModel<AutomationUsageCounterName>
    interface IPersistableModel<AutomationUsageCounterName>
type AutomationUsageCounterName = class
Public Class AutomationUsageCounterName
Implements IJsonModel(Of AutomationUsageCounterName), IPersistableModel(Of AutomationUsageCounterName)
Public Class AutomationUsageCounterName
Inheritance
AutomationUsageCounterName
Implements

Properties

LocalizedValue

Gets or sets the localized usage counter name.

Value

Gets or sets the usage counter name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationUsageCounterName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutomationUsageCounterName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationUsageCounterName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationUsageCounterName>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutomationUsageCounterName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to