Table of Contents

Class ResourceTypeAliasPattern

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

The type of the pattern for an alias path.

public class ResourceTypeAliasPattern : IJsonModel<ResourceTypeAliasPattern>, IPersistableModel<ResourceTypeAliasPattern>
Inheritance
ResourceTypeAliasPattern
Implements
IPersistableModel<ResourceTypeAliasPattern>
Inherited Members

Properties

PatternType

The type of alias pattern.

public ResourceTypeAliasPatternType? PatternType { get; }

Property Value

ResourceTypeAliasPatternType?

Phrase

The alias pattern phrase.

public string Phrase { get; }

Property Value

string

Variable

The alias pattern variable.

public string Variable { get; }

Property Value

string