AliasPathType 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
AliasPathType() | |
AliasPathType(String, IList<String>) |
AliasPathType()
public AliasPathType ();
Public Sub New ()
Applies to
AliasPathType(String, IList<String>)
public AliasPathType (string path = default, System.Collections.Generic.IList<string> apiVersions = default);
new Microsoft.Azure.Management.Internal.Resources.Models.AliasPathType : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Internal.Resources.Models.AliasPathType
Public Sub New (Optional path As String = Nothing, Optional apiVersions As IList(Of String) = Nothing)
Parameters
- path
- String