ResourceTypeAliasPathMetadata Class

Definition

The ResourceTypeAliasPathMetadata.

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

Properties

Attributes

The attributes of the token that the alias path is referring to.

TokenType

The type of the token that the alias path is referring to.

Explicit Interface Implementations

IJsonModel<ResourceTypeAliasPathMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeAliasPathMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeAliasPathMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeAliasPathMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeAliasPathMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to