String
object that represents the authentication password.
- *
+ *
+ * @param serviceBusRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to connect to the Service Bus service.
+ *
+ * To access the default public Azure service, pass ".servicebus.windows.net"
+ *
+ * @param wrapRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to get an access token for the Service
+ * Bus service.
+ *
+ * To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
+ *
* @return
* A Configuration
object that can be used when creating an instance of the
* ServiceBusService
class.
@@ -90,7 +103,20 @@ public static Configuration configureWithWrapAuthentication(String namespace, St
*
* @param authenticationPassword
* A String
object that represents the authentication password.
- *
+ *
+ * @param serviceBusRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to connect to the Service Bus service.
+ *
+ * To access the default public Azure service, pass ".servicebus.windows.net"
+ *
+ * @param wrapRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to get an access token for the Service
+ * Bus service.
+ *
+ * To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
+ *
* @return
* A Configuration
object that can be used when creating an instance of the
* ServiceBusService
class.
@@ -119,7 +145,20 @@ public static Configuration configureWithWrapAuthentication(Configuration config
*
* @param authenticationPassword
* A String
object that represents the authentication password.
- *
+ *
+ * @param serviceBusRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to connect to the Service Bus service.
+ *
+ * To access the default public Azure service, pass ".servicebus.windows.net"
+ *
+ * @param wrapRootUri
+ * A String
object containing the base URI that is added to your
+ * Service Bus namespace to form the URI to get an access token for the Service
+ * Bus service.
+ *
+ * To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
+ *
* @return
* A Configuration
object that can be used when creating an instance of the
* ServiceBusService
class.