Method | Description | |
---|---|---|
CheckNamespaceExists ( string name ) : bool |
Checks to see whether a given namespace exists
|
|
CreateNamespace ( string name, string location = LocationConstants.NorthEurope ) : void |
Creates a namespace given a name value
|
|
DeleteNamespace ( string name ) : void |
Deletes a namespace and throws an exception if the namespace doesn't exist
|
|
GetServiceBusConnectionString ( string @namespace, string ruleName ) : string |
Gets a service bus connection string given a namespace name
|
|
GetServiceBusNamspaceList ( string location ) : IEnumerable |
Returns a list of service bus namespaces
|
|
ServiceBusClient ( string subscriptionId, |
public CheckNamespaceExists ( string name ) : bool | ||
name | string | |
return | bool |
public CreateNamespace ( string name, string location = LocationConstants.NorthEurope ) : void | ||
name | string | The name of the namespace that has to follow the prescribed rules |
location | string | The location of the namespace default to N. Europe |
return | void |
public DeleteNamespace ( string name ) : void | ||
name | string | |
return | void |
public GetServiceBusConnectionString ( string @namespace, string ruleName ) : string | ||
@namespace | string | |
ruleName | string | |
return | string |
public GetServiceBusNamspaceList ( string location ) : IEnumerable |
||
location | string | |
return | IEnumerable |
public ServiceBusClient ( string subscriptionId, |
||
subscriptionId | string | |
certificate | ||
return | System |