ApplicationGetHttpsEndpoint 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
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
- location
- String
The location of the endpoint.
- privateIPAddress
- String
The private ip address of the endpoint.
- subDomainSuffix
- String
The subdomain suffix of the application.
Applies to
Azure SDK for .NET