ResourceTypeAliasPattern Class

Definition

The type of the pattern for an alias path.

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

Properties

PatternType

The type of alias pattern.

Phrase

The alias pattern phrase.

Variable

The alias pattern variable.

Explicit Interface Implementations

IJsonModel<ResourceTypeAliasPattern>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeAliasPattern>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeAliasPattern>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeAliasPattern>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeAliasPattern>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to