次の方法で共有


IWithCapture.WithExistingStorageAccountForCapturedData メソッド

定義

オーバーロード

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

WithExistingStorageAccountForCapturedData(String, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithExistingStorageAccountForCapturedData (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount, string containerName);
abstract member WithExistingStorageAccountForCapturedData : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithExistingStorageAccountForCapturedData (storageAccount As IStorageAccount, containerName As String) As IUpdate

パラメーター

storageAccount
IStorageAccount

ストレージ アカウント。

containerName
String

キャプチャされたデータを含むファイルを格納する既存または新しいコンテナー。

戻り値

適用対象

WithExistingStorageAccountForCapturedData(String, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithExistingStorageAccountForCapturedData (string storageAccountId, string containerName);
abstract member WithExistingStorageAccountForCapturedData : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithExistingStorageAccountForCapturedData (storageAccountId As String, containerName As String) As IUpdate

パラメーター

storageAccountId
String

ストレージ アカウントの arm ID。

containerName
String

キャプチャされたデータを含むファイルを格納する既存または新しいコンテナー。

戻り値

適用対象