Class AzureEventHubs
Ingestion settings for Azure Event Hubs.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class AzureEventHubs : IDirectResponseSchema
Properties
ClientId
Optional. The client id of the Azure application that is being used to authenticate Pub/Sub.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventHub
Optional. The name of the Event Hub.
Declaration
[JsonProperty("eventHub")]
public virtual string EventHub { get; set; }
Property Value
Type | Description |
---|---|
string |
GcpServiceAccount
Optional. The GCP service account to be used for Federated Identity authentication.
Declaration
[JsonProperty("gcpServiceAccount")]
public virtual string GcpServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
Namespace__
Optional. The name of the Event Hubs namespace.
Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceGroup
Optional. Name of the resource group within the azure subscription.
Declaration
[JsonProperty("resourceGroup")]
public virtual string ResourceGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. An output-only field that indicates the state of the Event Hubs ingestion source.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriptionId
Optional. The Azure subscription id.
Declaration
[JsonProperty("subscriptionId")]
public virtual string SubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
Optional. The tenant id of the Azure application that is being used to authenticate Pub/Sub.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string |