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>
public class EligibleChildResource
type EligibleChildResource = class
    interface IJsonModel<EligibleChildResource>
    interface IPersistableModel<EligibleChildResource>
type EligibleChildResource = class
Public Class EligibleChildResource
Implements IJsonModel(Of EligibleChildResource), IPersistableModel(Of EligibleChildResource)
Public Class EligibleChildResource
Inheritance
EligibleChildResource
Implements

Properties

Id

The resource scope Id.

Name

The resource name.

ResourceType

The resource type.

Explicit Interface Implementations

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