次の方法で共有


StreamingJobsOperationsExtensions.BeginDelete メソッド

定義

ストリーミング ジョブを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string jobName);
static member BeginDelete : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IStreamingJobsOperations, resourceGroupName As String, jobName As String)

パラメーター

operations
IStreamingJobsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

jobName
String

ストリーミング ジョブの名前。

適用対象