ResourceTypeAliasPath Class

Definition

The type of the paths for alias.

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

Properties

ApiVersions

The API versions.

Metadata

The metadata of the alias path. If missing, fall back to the default metadata of the alias.

Path

The path of an alias.

Pattern

The pattern for an alias path.

Explicit Interface Implementations

IJsonModel<ResourceTypeAliasPath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeAliasPath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeAliasPath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeAliasPath>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeAliasPath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to