EligibleChildResource Class

Definition

Eligible child resource.

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

Properties

Name Description
Id

The resource scope Id.

Name

The resource name.

ResourceType

The resource type.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EligibleChildResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EligibleChildResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EligibleChildResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EligibleChildResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EligibleChildResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to