HybridConnectionRuntimeInformation 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.
Provides runtime information about a HybridConnection.
[System.Runtime.Serialization.DataContract(Name="HybridConnectionDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class HybridConnectionRuntimeInformation : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="HybridConnectionDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type HybridConnectionRuntimeInformation = class
interface IExtensibleDataObject
Public Class HybridConnectionRuntimeInformation
Implements IExtensibleDataObject
- Inheritance
-
HybridConnectionRuntimeInformation
- Attributes
- Implements
Properties
CreatedAt |
Gets the time the HybridConnection was created. |
ListenerCount |
Gets the number of listeners for this HybridConnection. |
RequiresClientAuthorization |
Gets a value indicating whether client authorization is needed for this HybridConnection. |
UpdatedAt |
Gets the time when the HybridConnection was updated. |
UserMetadata |
Gets the user metadata associated with this instance. |
Explicit Interface Implementations
IExtensibleDataObject.ExtensionData |
Applies to
Azure SDK for .NET