次の方法で共有


DeleteActivity コンストラクター

定義

オーバーロード

DeleteActivity()

DeleteActivity クラスの新しいインスタンスを初期化します。

DeleteActivity(String, DatasetReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Nullable<Int32>, Object, LogStorageSettings, StoreReadSettings)

DeleteActivity クラスの新しいインスタンスを初期化します。

DeleteActivity()

DeleteActivity クラスの新しいインスタンスを初期化します。

public DeleteActivity ();
Public Sub New ()

適用対象

DeleteActivity(String, DatasetReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Nullable<Int32>, Object, LogStorageSettings, StoreReadSettings)

DeleteActivity クラスの新しいインスタンスを初期化します。

public DeleteActivity (string name, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object recursive = default, int? maxConcurrentConnections = default, object enableLogging = default, Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings logStorageSettings = default, Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings storeSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DeleteActivity : string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * Nullable<int> * obj * Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings * Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings -> Microsoft.Azure.Management.DataFactory.Models.DeleteActivity
Public Sub New (name As String, dataset As DatasetReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional recursive As Object = Nothing, Optional maxConcurrentConnections As Nullable(Of Integer) = Nothing, Optional enableLogging As Object = Nothing, Optional logStorageSettings As LogStorageSettings = Nothing, Optional storeSettings As StoreReadSettings = Nothing)

パラメーター

name
String

アクティビティ名。

dataset
DatasetReference

アクティビティ データセットの参照を削除します。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス参照。

policy
ActivityPolicy

アクティビティ ポリシー。

recursive
Object

true の場合、現在のフォルダー パスの下にあるファイルまたはサブフォルダーは再帰的に削除されます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

maxConcurrentConnections
Nullable<Int32>

データ ソースを同時に接続するための最大同時接続数。

enableLogging
Object

削除アクティビティの実行の詳細なログを記録するかどうか。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

logStorageSettings
LogStorageSettings

EnableLogging が true の場合、お客様が指定する必要があるログ ストレージ設定。

storeSettings
StoreReadSettings

アクティビティ ストアの設定を削除します。

適用対象