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.Fluent.Models.AliasPattern pattern = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPath : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.Fluent.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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET