ServiceRegistrySettings Constructors
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.
Overloads
ServiceRegistrySettings() |
Initializes a new instance of the ServiceRegistrySettings class. |
ServiceRegistrySettings(DiscoveryType) |
Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type. |
ServiceRegistrySettings()
Initializes a new instance of the ServiceRegistrySettings class.
public ServiceRegistrySettings ();
Public Sub New ()
Applies to
ServiceRegistrySettings(DiscoveryType)
Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type.
public ServiceRegistrySettings (Microsoft.ServiceBus.DiscoveryType discoveryType);
new Microsoft.ServiceBus.ServiceRegistrySettings : Microsoft.ServiceBus.DiscoveryType -> Microsoft.ServiceBus.ServiceRegistrySettings
Public Sub New (discoveryType As DiscoveryType)
Parameters
- discoveryType
- DiscoveryType
The discovery type that indicates whether the endpoint is public or private.
Applies to
Azure SDK for .NET