ServiceBusEnvironment 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.
Describes the Service Bus environment.
public static class ServiceBusEnvironment
type ServiceBusEnvironment = class
Public Class ServiceBusEnvironment
- Inheritance
-
ServiceBusEnvironment
Properties
DefaultIdentityHostName |
Gets the default host name for the Access Control Service. |
SystemConnectivity |
Gets the singleton ConnectivitySettings instance that holds the connectivity settings for TCP and HTTP-based endpoints. |
Methods
CreateAccessControlUri(String) |
Creates a URI string to use with access control for the specified service namespace. |
CreateServiceUri(String, String, String, Boolean) |
Constructs the Service Bus URI for an application, using the specified scheme, service namespace, service path, and relayed path prefix. |
CreateServiceUri(String, String, String) |
Constructs the Service Bus URI for an application, using the specified scheme, service namespace, and service path. |
Applies to
Azure SDK for .NET