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.
public class Alias
type Alias = class
Public Class Alias
- Inheritance
-
Alias
Constructors
Alias() |
Initializes a new instance of the Alias class. |
Alias(String, IList<AliasPath>, Nullable<AliasType>, String, AliasPattern, AliasPathMetadata) |
Initializes a new instance of the Alias class. |
Properties
DefaultMetadata |
Gets the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata |
DefaultPath |
Gets or sets the default path for an alias. |
DefaultPattern |
Gets or sets the default pattern for an alias. |
Name |
Gets or sets the alias name. |
Paths |
Gets or sets the paths for an alias. |
Type |
Gets or sets the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask' |
Applies to
Azure SDK for .NET