Language

IAlias Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.AliasTypeConverter))]
public interface IAlias : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.AliasTypeConverter))>]
type IAlias = interface
    interface IJsonSerializable
Public Interface IAlias
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DefaultMetadataAttribute

The attributes of the token that the alias path is referring to.

DefaultMetadataType

The type of the token that the alias path is referring to.

DefaultPath

The default path for an alias.

DefaultPatternPhrase

The alias pattern phrase.

DefaultPatternType

The pattern for an alias path.

DefaultPatternVariable

The alias pattern variable.

Name

The alias name.

Path

The paths for an alias.

Type

The type of the alias.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to