Class ResourceTypeAliasPath
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The type of the paths for alias.
public class ResourceTypeAliasPath : IJsonModel<ResourceTypeAliasPath>, IPersistableModel<ResourceTypeAliasPath>
- Inheritance
-
ResourceTypeAliasPath
- Implements
-
IJsonModel<ResourceTypeAliasPath>IPersistableModel<ResourceTypeAliasPath>
- Inherited Members
Properties
ApiVersions
The API versions.
public IReadOnlyList<string> ApiVersions { get; }
Property Value
Metadata
The metadata of the alias path. If missing, fall back to the default metadata of the alias.
public ResourceTypeAliasPathMetadata Metadata { get; }
Property Value
Path
The path of an alias.
public string Path { get; }
Property Value
Pattern
The pattern for an alias path.
public ResourceTypeAliasPattern Pattern { get; }