RelayDescription 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 a WCF Relay description.
[System.Runtime.Serialization.DataContract(Name="RelayDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class RelayDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="RelayDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type RelayDescription = class
inherit EntityDescription
Public Class RelayDescription
Inherits EntityDescription
- Inheritance
- Attributes
Constructors
RelayDescription(String, RelayType) |
Initializes a new instance of the RelayDescription class. |
Properties
Authorization |
Gets the AuthorizationRules. |
CollectionName |
Gets or sets the name of the collection associated with the WCF Relay. |
CreatedAt |
Gets or sets the exact time the WCF Relay was created. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsDynamic |
Gets or sets whether the WCF Relay is dynamic. |
IsReadOnly |
Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription) |
ListenerCount |
Gets or sets the number of listeners for this relay. |
Path |
Gets or sets the path of the WCF Relay. |
RelayType |
Gets or sets the WCF Relay type. |
RequiresClientAuthorization |
Gets or sets whether client authorization is needed for this relay. |
RequiresTransportSecurity |
Gets or sets whether transport security is needed for this relay. |
UpdatedAt |
Gets or sets the date when the WCF Relay was updated. |
UserMetadata |
Gets or sets the user metadata associated with this instance. |
Methods
ThrowIfReadOnly() |
Throws an exception if the entity description is read-only. (Inherited from EntityDescription) |
Applies to
Azure SDK for .NET