WcfRelay 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.
Description of WcfRelays Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WcfRelay : Microsoft.Azure.Management.Relay.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WcfRelay = class
inherit Resource
Public Class WcfRelay
Inherits Resource
- Inheritance
- Attributes
Constructors
WcfRelay() |
Initializes a new instance of the WcfRelay class. |
WcfRelay(String, String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Relaytype>, Nullable<Boolean>, Nullable<Boolean>, String) |
Initializes a new instance of the WcfRelay class. |
Properties
CreatedAt |
Gets the time the WCFRelay was created. |
Id |
Gets resource Id (Inherited from Resource) |
IsDynamic |
Gets true if the relay is dynamic; otherwise, false. |
ListenerCount |
Gets the number of listeners for this relay. min :1 and max:25 supported |
Name |
Gets resource name (Inherited from Resource) |
RelayType |
Gets or sets wCFRelay Type. Possible values include: 'NetTcp', 'Http' |
RequiresClientAuthorization |
Gets or sets true if client authorization is needed for this relay; otherwise, false. |
RequiresTransportSecurity |
Gets or sets true if transport security is needed for this relay; otherwise, false. |
Type |
Gets resource type (Inherited from Resource) |
UpdatedAt |
Gets the time the namespace was updated. |
UserMetadata |
Gets or sets usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET