Share via


GatewayDetails Constructors

Definition

Overloads

GatewayDetails()

Initializes a new instance of the GatewayDetails class.

GatewayDetails(String, String, String)

Initializes a new instance of the GatewayDetails class.

GatewayDetails()

Initializes a new instance of the GatewayDetails class.

public GatewayDetails ();
Public Sub New ()

Applies to

GatewayDetails(String, String, String)

Initializes a new instance of the GatewayDetails class.

public GatewayDetails (string gatewayResourceId = default, string gatewayObjectId = default, string dmtsClusterUri = default);
new Microsoft.Azure.Management.Analysis.Models.GatewayDetails : string * string * string -> Microsoft.Azure.Management.Analysis.Models.GatewayDetails
Public Sub New (Optional gatewayResourceId As String = Nothing, Optional gatewayObjectId As String = Nothing, Optional dmtsClusterUri As String = Nothing)

Parameters

gatewayResourceId
String

Gateway resource to be associated with the server.

gatewayObjectId
String

Gateway object id from in the DMTS cluster for the gateway resource.

dmtsClusterUri
String

Uri of the DMTS cluster.

Applies to