Aracılığıyla paylaş


ApplicationGetHttpsEndpoint Constructors

Definition

Overloads

ApplicationGetHttpsEndpoint()

Initializes a new instance of the ApplicationGetHttpsEndpoint class.

ApplicationGetHttpsEndpoint(IList<String>, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>)

Initializes a new instance of the ApplicationGetHttpsEndpoint class.

ApplicationGetHttpsEndpoint()

Initializes a new instance of the ApplicationGetHttpsEndpoint class.

public ApplicationGetHttpsEndpoint ();
Public Sub New ()

Applies to

ApplicationGetHttpsEndpoint(IList<String>, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>)

Initializes a new instance of the ApplicationGetHttpsEndpoint class.

public ApplicationGetHttpsEndpoint (System.Collections.Generic.IList<string> accessModes = default, string location = default, int? destinationPort = default, int? publicPort = default, string privateIPAddress = default, string subDomainSuffix = default, bool? disableGatewayAuth = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint : System.Collections.Generic.IList<string> * string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> -> Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint
Public Sub New (Optional accessModes As IList(Of String) = Nothing, Optional location As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As String = Nothing, Optional subDomainSuffix As String = Nothing, Optional disableGatewayAuth As Nullable(Of Boolean) = Nothing)

Parameters

accessModes
IList<String>

The list of access modes for the application.

location
String

The location of the endpoint.

destinationPort
Nullable<Int32>

The destination port to connect to.

publicPort
Nullable<Int32>

The public port to connect to.

privateIPAddress
String

The private ip address of the endpoint.

subDomainSuffix
String

The subdomain suffix of the application.

disableGatewayAuth
Nullable<Boolean>

The value indicates whether to disable GatewayAuth.

Applies to