ArmHDInsightModelFactory.HDInsightApplicationHttpsEndpoint Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von HDInsightApplicationHttpsEndpoint.
public static Azure.ResourceManager.HDInsight.Models.HDInsightApplicationHttpsEndpoint HDInsightApplicationHttpsEndpoint (System.Collections.Generic.IEnumerable<string> accessModes = default, string endpointLocation = default, int? destinationPort = default, int? publicPort = default, System.Net.IPAddress privateIPAddress = default, string subDomainSuffix = default, bool? disableGatewayAuth = default);
static member HDInsightApplicationHttpsEndpoint : seq<string> * string * Nullable<int> * Nullable<int> * System.Net.IPAddress * string * Nullable<bool> -> Azure.ResourceManager.HDInsight.Models.HDInsightApplicationHttpsEndpoint
Public Shared Function HDInsightApplicationHttpsEndpoint (Optional accessModes As IEnumerable(Of String) = Nothing, Optional endpointLocation As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As IPAddress = Nothing, Optional subDomainSuffix As String = Nothing, Optional disableGatewayAuth As Nullable(Of Boolean) = Nothing) As HDInsightApplicationHttpsEndpoint
Parameter
- accessModes
- IEnumerable<String>
Die Liste der Zugriffsmodi für die Anwendung.
- endpointLocation
- String
Die Position des Endpunkts.
- privateIPAddress
- IPAddress
Die private IP-Adresse des Endpunkts.
- subDomainSuffix
- String
Das Unterdomänensuffix der Anwendung.
Gibt zurück
Eine neue HDInsightApplicationHttpsEndpoint instance zum Mocking.