Share via


NameDescriptionObject Class

Definition

object type info.

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

Properties

Description

description value.

Name

name value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NameDescriptionObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NameDescriptionObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NameDescriptionObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NameDescriptionObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NameDescriptionObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to