HybridConnection 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 HybridConnection Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class HybridConnection : Microsoft.Azure.Management.Relay.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnection = class
inherit Resource
Public Class HybridConnection
Inherits Resource
- Inheritance
- Attributes
Constructors
HybridConnection() |
Initializes a new instance of the HybridConnection class. |
HybridConnection(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String) |
Initializes a new instance of the HybridConnection class. |
Properties
CreatedAt |
Gets the time the HybridConnection was created. |
Id |
Gets resource Id (Inherited from Resource) |
ListenerCount |
Gets the number of listeners for this HybridConnection. min : 1 and max:25 supported |
Name |
Gets resource name (Inherited from Resource) |
RequiresClientAuthorization |
Gets or sets true if client authorization is needed for this HybridConnection; 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. |