AzureServiceBusResource Properties
Class Properties 7 members
Represents an Azure Service Bus resource.
Gets the connection string template for the manifest for the Azure Service Bus endpoint.
public ReferenceExpression ConnectionStringExpression { get; } Gets the host name for the Service Bus namespace.
public ReferenceExpression HostName { get; } Gets a value indicating whether the Azure Service Bus 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 Service Bus namespace.
public ReferenceExpression? Port { get; }Remarks
In container mode, resolves to the container's primary endpoint port. In Azure mode, return null.
Gets the "serviceBusEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference ServiceBusEndpoint { get; } Gets the connection URI expression for the Service Bus namespace.
public ReferenceExpression UriExpression { get; }Remarks
Format:
sb://{host}.