Activity 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
Activity() | |
Activity(String, String, String) |
Activity()
public Activity ();
Public Sub New ()
Applies to
Activity(String, String, String)
public Activity (string name, string type, string typeProperties);
new Microsoft.Azure.Management.DataFactories.Core.Models.Activity : string * string * string -> Microsoft.Azure.Management.DataFactories.Core.Models.Activity
Public Sub New (name As String, type As String, typeProperties As String)
Parameters
- name
- String
- type
- String
- typeProperties
- String
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