GatewayDetails Constructors
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.
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.