次の方法で共有


IWithCaptureProviderOrCreate.WithNewStorageAccountForCapturedData メソッド

定義

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

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled WithNewStorageAccountForCapturedData(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> storageAccountCreatable, string containerName);
abstract member WithNewStorageAccountForCapturedData : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled
Public Function WithNewStorageAccountForCapturedData (storageAccountCreatable As ICreatable(Of IStorageAccount), containerName As String) As IWithCaptureEnabledDisabled

パラメーター

storageAccountCreatable
ICreatable<IStorageAccount>

作成可能なストレージ アカウント定義。

containerName
String

キャプチャされたデータを含むファイルを格納するコンテナー。

戻り値

適用対象