HybridConnectionInner 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 HybridConnectionInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnectionInner = class
inherit ProxyOnlyResourceInner
Public Class HybridConnectionInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
HybridConnectionInner() |
Initializes a new instance of the HybridConnectionInner class. |
HybridConnectionInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HybridConnectionInner class. |
Properties
Hostname |
Gets or sets the hostname of the endpoint. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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 |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET