Table of Contents

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

ResourceTypeAliasType?

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

ResourceTypeAliasPathMetadata

DefaultPath

The default path for an alias.

public string DefaultPath { get; }

Property Value

string

DefaultPattern

The default pattern for an alias.

public ResourceTypeAliasPattern DefaultPattern { get; }

Property Value

ResourceTypeAliasPattern

Name

The alias name.

public string Name { get; }

Property Value

string

Paths

The paths for an alias.

public IReadOnlyList<ResourceTypeAliasPath> Paths { get; }

Property Value

IReadOnlyList<ResourceTypeAliasPath>