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.
Hybrid Connection contract. This is used to configure a Hybrid Connection.
[Microsoft.Rest.Serialization.JsonTransformation]
public class HybridConnection : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnection = class
inherit ProxyOnlyResource
Public Class HybridConnection
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
HybridConnection() |
Initializes a new instance of the HybridConnection class. |
HybridConnection(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HybridConnection class. |
Properties
Hostname |
Gets or sets the hostname of the endpoint. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Port |
Gets or sets the port of the endpoint. |
RelayArmUri |
Gets or sets the ARM URI to the Service Bus relay. |
RelayName |
Gets or sets the name of the Service Bus relay. |
SendKeyName |
Gets or sets the name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. |
SendKeyValue |
Gets or sets the value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead. |
ServiceBusNamespace |
Gets or sets the name of the Service Bus namespace. |
ServiceBusSuffix |
Gets or sets the suffix for the service bus endpoint. By default this is .servicebus.windows.net |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET