Class ResourceTypeAliasPathMetadata
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The ResourceTypeAliasPathMetadata.
public class ResourceTypeAliasPathMetadata : IJsonModel<ResourceTypeAliasPathMetadata>, IPersistableModel<ResourceTypeAliasPathMetadata>
- Inheritance
-
ResourceTypeAliasPathMetadata
- Implements
-
IJsonModel<ResourceTypeAliasPathMetadata>IPersistableModel<ResourceTypeAliasPathMetadata>
- Inherited Members
Properties
Attributes
The attributes of the token that the alias path is referring to.
public ResourceTypeAliasPathAttributes? Attributes { get; }
Property Value
TokenType
The type of the token that the alias path is referring to.
public ResourceTypeAliasPathTokenType? TokenType { get; }