Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( armDeployer arm.Deployer, namespacesClient eventHubSDK.NamespacesClient, ) service.Module
New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning Azure Event Hub
Types ¶
type BindingParameters ¶
type BindingParameters struct { }
BindingParameters encapsulates non-sensitive Azure Event Hub specific binding options
type Credentials ¶
type Credentials struct { ConnectionString string `json:"connectionString"` PrimaryKey string `json:"primaryKey"` }
Credentials encapsulates Event Hub-specific coonection details and credentials.
type ProvisioningParameters ¶
type ProvisioningParameters struct{}
ProvisioningParameters encapsulates non-sensitive Azure Event Hub provisioning options
type SecureBindingParameters ¶
type SecureBindingParameters struct { }
SecureBindingParameters encapsulates sensitive Azure Event Hub specific binding options
type SecureProvisioningParameters ¶
type SecureProvisioningParameters struct{}
SecureProvisioningParameters encapsulates sensitive Azure Event Hub provisioning options
Click to show internal directories.
Click to hide internal directories.