AzureEventHubsResource Properties
Class Properties 7 members
Represents an Azure Event Hubs resource.
Gets the connection string template for the manifest for the Azure Event Hubs endpoint.
public ReferenceExpression ConnectionStringExpression { get; } Gets the "eventHubsEndpoint" output reference from the bicep template for the Azure Event Hubs resource.
public BicepOutputReference EventHubsEndpoint { get; } Gets the host name for the Event Hubs namespace.
public ReferenceExpression HostName { get; } Gets a value indicating whether the Azure Event Hubs resource is running in the local emulator.
public bool IsEmulator { get; } Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; } Gets the port for the Event Hubs namespace.
public ReferenceExpression? Port { get; }Remarks
In container mode, resolves to the container's primary endpoint port. In Azure mode, return null.
Gets the connection URI expression for the Event Hubs namespace.
public ReferenceExpression UriExpression { get; }Remarks
Format:
sb://{host}:{port}.