Class ResourceTypeAlias
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The alias type.
public class ResourceTypeAlias : IJsonModel<ResourceTypeAlias>, IPersistableModel<ResourceTypeAlias>
- Inheritance
-
ResourceTypeAlias
- Implements
-
IJsonModel<ResourceTypeAlias>IPersistableModel<ResourceTypeAlias>
- Inherited Members
Properties
AliasType
The type of the alias.
public ResourceTypeAliasType? AliasType { get; }
Property Value
DefaultMetadata
The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.
public ResourceTypeAliasPathMetadata DefaultMetadata { get; }
Property Value
DefaultPath
The default path for an alias.
public string DefaultPath { get; }
Property Value
DefaultPattern
The default pattern for an alias.
public ResourceTypeAliasPattern DefaultPattern { get; }
Property Value
Name
The alias name.
public string Name { get; }
Property Value
Paths
The paths for an alias.
public IReadOnlyList<ResourceTypeAliasPath> Paths { get; }