Share via


AliasType Constructors

Definition

Overloads

AliasType()
AliasType(String, IList<AliasPathType>)

AliasType()

public AliasType ();
Public Sub New ()

Applies to

AliasType(String, IList<AliasPathType>)

public AliasType (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.AliasPathType> paths = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.AliasType : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.AliasPathType> -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.AliasType
Public Sub New (Optional name As String = Nothing, Optional paths As IList(Of AliasPathType) = Nothing)

Parameters

name
String

Applies to