HybridConnectionCreateParameters Class

Definition

Parameters supplied to the Create Hybrid Connection operation

public class HybridConnectionCreateParameters
type HybridConnectionCreateParameters = class
Public Class HybridConnectionCreateParameters
Inheritance
HybridConnectionCreateParameters

Constructors

HybridConnectionCreateParameters()

Initializes a new instance of the HybridConnectionCreateParameters class.

Properties

BiztalkUri

Required. The resource uri of the biztalk service. This field can be left empty; Without it the Azure Portal will not be able to display the biztalk service for this connection properly.

EntityConnectionString

Required. The biztalk application connection string for this connection

EntityName

Required. The unique name for this connection

Hostname

Required. The hostname of the target on-premise resource

Port

Required. The port of the target on-premise resource

ResourceConnectionString

Required. Reserved for future use. The connection string for the resource. This field can be left empty.

ResourceType

Required. Reserved for future use. The type of resource to be connected. This field can be left empty.

Applies to