LookUpResourceIdContent Class

Definition

The look up resource Id request body.

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

Constructors

LookUpResourceIdContent()

Initializes a new instance of LookUpResourceIdContent.

Properties

Identifier

The System generated Id that is unique. Use supportTicketId property for Microsoft.Support/supportTickets resource type.

ResourceType

The type of resource.

Explicit Interface Implementations

IJsonModel<LookUpResourceIdContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LookUpResourceIdContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LookUpResourceIdContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LookUpResourceIdContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LookUpResourceIdContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to