次の方法で共有


HciEdgeDeviceValidateContent Class

Definition

The validate request for Edge Device.

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

Constructors

HciEdgeDeviceValidateContent(IEnumerable<ResourceIdentifier>)

Initializes a new instance of HciEdgeDeviceValidateContent.

Properties

AdditionalInfo

Additional info required for validation.

EdgeDeviceIds

Node Ids against which, current node has to be validated.

Explicit Interface Implementations

IJsonModel<HciEdgeDeviceValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciEdgeDeviceValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciEdgeDeviceValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciEdgeDeviceValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciEdgeDeviceValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to