SwitchCase 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
SwitchCase() |
Initializes a new instance of the SwitchCase class. |
SwitchCase(String, IList<Activity>) |
Initializes a new instance of the SwitchCase class. |
SwitchCase()
Initializes a new instance of the SwitchCase class.
public SwitchCase ();
Public Sub New ()
Applies to
SwitchCase(String, IList<Activity>)
Initializes a new instance of the SwitchCase class.
public SwitchCase (string value = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Activity> activities = default);
new Microsoft.Azure.Management.DataFactory.Models.SwitchCase : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Activity> -> Microsoft.Azure.Management.DataFactory.Models.SwitchCase
Public Sub New (Optional value As String = Nothing, Optional activities As IList(Of Activity) = Nothing)
Parameters
- value
- String
Expected value that satisfies the expression result of the 'on' property.
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