AzureBlobStorageSinkConnectorServiceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication info when auth_type is azureBlobStorageSinkConnector.
public class AzureBlobStorageSinkConnectorServiceInfo : Azure.ResourceManager.Confluent.Models.ConnectorServiceTypeInfoBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.AzureBlobStorageSinkConnectorServiceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.AzureBlobStorageSinkConnectorServiceInfo>
type AzureBlobStorageSinkConnectorServiceInfo = class
inherit ConnectorServiceTypeInfoBase
interface IJsonModel<AzureBlobStorageSinkConnectorServiceInfo>
interface IPersistableModel<AzureBlobStorageSinkConnectorServiceInfo>
Public Class AzureBlobStorageSinkConnectorServiceInfo
Inherits ConnectorServiceTypeInfoBase
Implements IJsonModel(Of AzureBlobStorageSinkConnectorServiceInfo), IPersistableModel(Of AzureBlobStorageSinkConnectorServiceInfo)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureBlobStorageSinkConnectorServiceInfo() |
Initializes a new instance of AzureBlobStorageSinkConnectorServiceInfo. |
Properties
| Name | Description |
|---|---|
| StorageAccountKey |
Azure Blob Storage Account Key. |
| StorageAccountName |
Azure Blob Storage Account Name. |
| StorageContainerName |
Azure Blob Storage Account Container Name. |