Activity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Activity() | |
Activity(String, String, String) |
Activity()
public Activity();
Public Sub New ()
適用対象
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)
パラメーター
- name
- String
- type
- String
- typeProperties
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET