ServiceBusNamespace 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.
A service bus namespace.
public class ServiceBusNamespace
type ServiceBusNamespace = class
Public Class ServiceBusNamespace
- Inheritance
-
ServiceBusNamespace
Constructors
ServiceBusNamespace() |
Initializes a new instance of the ServiceBusNamespace class. |
Properties
AcsManagementEndpoint |
Optional. ACS endpoint you can use to obtain access tokens. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) |
CreateACSNamespace |
Optional. Whether or not ACS authentication is needed for ServiceBus. |
CreatedAt |
Optional. The time the namespace was created. |
Enabled |
Optional. Whether or not the namespace is currently enabled. |
Name |
Optional. The name of the namespace. |
NamespaceType |
Optional. Gets or sets the namespace type. |
Region |
Optional. Specifies the targeted region in which the namespace should be created. It can be any of the following values: Central US, East US, East US 2, North Central US, South Central US, West US, North Europe, West Europe, East Asia, Southeast Asia, Brazil South, Canada Central, Canada East, Japan East, Japan West (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) |
ServiceBusEndpoint |
Optional. Endpoint you can use to perform messaging or relay operations. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) |
Status |
Optional. Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information) |
SubscriptionId |
Optional. The Id of the Azure subscription associated with the namespace. |
Applies to
Azure SDK for .NET