Table of Contents

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
IPersistableModel<ResourceTypeAliasPath>
Inherited Members

Properties

ApiVersions

The API versions.

public IReadOnlyList<string> ApiVersions { get; }

Property Value

IReadOnlyList<string>

Metadata

The metadata of the alias path. If missing, fall back to the default metadata of the alias.

public ResourceTypeAliasPathMetadata Metadata { get; }

Property Value

ResourceTypeAliasPathMetadata

Path

The path of an alias.

public string Path { get; }

Property Value

string

Pattern

The pattern for an alias path.

public ResourceTypeAliasPattern Pattern { get; }

Property Value

ResourceTypeAliasPattern