AliasPath 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
AliasPath() |
Initializes a new instance of the AliasPath class. |
AliasPath(String, IList<String>, AliasPattern, AliasPathMetadata) |
Initializes a new instance of the AliasPath class. |
AliasPath()
Initializes a new instance of the AliasPath class.
public AliasPath ();
Public Sub New ()
Applies to
AliasPath(String, IList<String>, AliasPattern, AliasPathMetadata)
Initializes a new instance of the AliasPath class.
public AliasPath (string path = default, System.Collections.Generic.IList<string> apiVersions = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPattern pattern = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.AliasPath : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceManager.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.Models.AliasPath
Public Sub New (Optional path As String = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional pattern As AliasPattern = Nothing, Optional metadata As AliasPathMetadata = Nothing)
Parameters
- path
- String
The path of an alias.
- pattern
- AliasPattern
The pattern for an alias path.
- metadata
- AliasPathMetadata
The metadata of the alias path. If missing, fall back to the default metadata of the alias.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET