LookUpResourceIdResult Class

Definition

The look up resource id response.

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

Properties

ResourceId

The resource Id of support resource type.

Explicit Interface Implementations

IJsonModel<LookUpResourceIdResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LookUpResourceIdResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LookUpResourceIdResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LookUpResourceIdResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LookUpResourceIdResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to