IWithCapture.WithExistingStorageAccountForCapturedData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
キャプチャされたデータを含むファイルを格納する既存または新しいコンテナー。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET