NamespaceAvailability 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.
Represents the availability of the given service namespace.
[System.Runtime.Serialization.DataContract(Name="NamespaceAvailability", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NamespaceAvailability : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="NamespaceAvailability", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NamespaceAvailability = class
interface IExtensibleDataObject
Public Class NamespaceAvailability
Implements IExtensibleDataObject
- Inheritance
-
NamespaceAvailability
- Attributes
- Implements
Constructors
NamespaceAvailability() |
Fields
Serializer |
The data contract serializer. |
Properties
Available |
Gets or sets whether the namespace is available. |
ExtensionData |
Gets or sets the extension data object associated with the namespace. |
Reason |
Gets or sets the reason for unavailability of a namespace. |
ReasonDetail |
Gets or sets the detailed info regarding the reason associated with the namespace. |
Applies to
Azure SDK for .NET