Alias Constructors
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.
Overloads
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. |
Alias()
Initializes a new instance of the Alias class.
public Alias ();
Public Sub New ()
Applies to
Alias(String, IList<AliasPath>, Nullable<AliasType>, String, AliasPattern, AliasPathMetadata)
Initializes a new instance of the Alias class.
public Alias (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.AliasPath> paths = default, Microsoft.Azure.Management.ResourceManager.Models.AliasType? type = default, string defaultPath = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPattern defaultPattern = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata defaultMetadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.Alias : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.AliasPath> * Nullable<Microsoft.Azure.Management.ResourceManager.Models.AliasType> * string * Microsoft.Azure.Management.ResourceManager.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.Models.Alias
Public Sub New (Optional name As String = Nothing, Optional paths As IList(Of AliasPath) = Nothing, Optional type As Nullable(Of AliasType) = Nothing, Optional defaultPath As String = Nothing, Optional defaultPattern As AliasPattern = Nothing, Optional defaultMetadata As AliasPathMetadata = Nothing)
Parameters
- name
- String
The alias name.
The type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'
- defaultPath
- String
The default path for an alias.
- defaultPattern
- AliasPattern
The default pattern for an alias.
- defaultMetadata
- AliasPathMetadata
The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata
Applies to
Azure SDK for .NET