IAlias Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |