IWithCaptureProviderOrCreate.WithExistingStorageAccountForCapturedData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WithExistingStorageAccountForCapturedData(IStorageAccount, String) |
Spécifie un compte de stockage existant pour stocker les données capturées lorsque la capture de données est activée. |
WithExistingStorageAccountForCapturedData(String, String) |
Spécifie un compte de stockage existant pour stocker les données capturées lorsque la capture de données est activée. |
WithExistingStorageAccountForCapturedData(IStorageAccount, String)
Spécifie un compte de stockage existant pour stocker les données capturées lorsque la capture de données est activée.
public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled 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.Definition.IWithCaptureEnabledDisabled
Public Function WithExistingStorageAccountForCapturedData (storageAccount As IStorageAccount, containerName As String) As IWithCaptureEnabledDisabled
Paramètres
- storageAccount
- IStorageAccount
Compte de stockage.
- containerName
- String
Conteneur existant ou nouveau pour stocker les fichiers contenant les données capturées.
Retours
S’applique à
WithExistingStorageAccountForCapturedData(String, String)
Spécifie un compte de stockage existant pour stocker les données capturées lorsque la capture de données est activée.
public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled WithExistingStorageAccountForCapturedData (string storageAccountId, string containerName);
abstract member WithExistingStorageAccountForCapturedData : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled
Public Function WithExistingStorageAccountForCapturedData (storageAccountId As String, containerName As String) As IWithCaptureEnabledDisabled
Paramètres
- storageAccountId
- String
ID d’arm du compte de stockage.
- containerName
- String
Conteneur existant ou nouveau pour stocker les fichiers contenant les données capturées.
Retours
S’applique à
Azure SDK for .NET