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
-
IJsonModel<ResourceTypeAliasPattern>IPersistableModel<ResourceTypeAliasPattern>
- Inherited Members
Properties
PatternType
The type of alias pattern.
public ResourceTypeAliasPatternType? PatternType { get; }
Property Value
Phrase
The alias pattern phrase.
public string Phrase { get; }
Property Value
Variable
The alias pattern variable.
public string Variable { get; }