Поделиться через


DscNodeCount Class

Definition

Number of nodes based on the Filter.

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

Properties

Name

Gets the name of a count type.

NameCount

Gets the count for the name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DscNodeCount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscNodeCount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DscNodeCount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscNodeCount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscNodeCount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to