Alias Class
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.
The alias type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.AliasTypeConverter))]
public class Alias : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAlias
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.AliasTypeConverter))>]
type Alias = class
interface IAlias
interface IJsonSerializable
Public Class Alias
Implements IAlias
- Inheritance
-
Alias
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Alias() |
Creates an new Alias instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Alias. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAlias. |
| FromJsonString(String) |
Creates a new instance of Alias, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |