NamespaceDescription Class

Definition

Defines the desired semantics for a service namespace.

[System.Runtime.Serialization.DataContract(Name="NamespaceDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NamespaceDescription
[<System.Runtime.Serialization.DataContract(Name="NamespaceDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NamespaceDescription = class
Public Class NamespaceDescription
Inheritance
NamespaceDescription
Attributes

Constructors

NamespaceDescription()

Initializes a new instance of the NamespaceDescription class.

Fields

Serializer

The data contract serializer associated with the namespace.

Properties

AcsManagementEndpoint

Gets or sets the management endpoint for the access control service.

ConnectionString

Gets or sets the connection string that is used by the client to connect to the server.

CreateACSNamespace

Gets or sets a value that indicates whether to create ACS namespace.

CreatedAt

Gets or sets the date when the namespace was created.

Critical

Gets or sets whether the description is a nullable critical description.

DefaultKey

Gets or sets the default key for the namespace.

Enabled

Specifies whether this instance is enabled.

EventHubEnabled

Specifies whether the Event Hub is enabled.

MessagingSku
MessagingSkuPlan
Name

Gets or sets the name of the namespace.

NamespaceType

Gets or sets the type of messaging entities the namespace can contain (queues, topics, relays, Event Hubs, or notification hubs). For more information, see NamespaceType.

Region

Gets or sets the geographic region(s) of the Microsoft datacenters in which Customer Data will be stored.

ServiceBusEndpoint

Gets or sets the service bus end point value.

Status

Gets or sets the state of the namespace.

SubscriptionId

Gets or sets the namespace subscription identifier.

UserIdentities

Not Populated by the Namespace Cache. Do not take a dependency on this property.

Applies to