ExplicitProxy Konstruktoren
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.
Überlädt
ExplicitProxy() |
Initialisiert eine neue instance der ExplicitProxy-Klasse. |
ExplicitProxy(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, String) |
Initialisiert eine neue instance der ExplicitProxy-Klasse. |
ExplicitProxy()
Initialisiert eine neue instance der ExplicitProxy-Klasse.
public ExplicitProxy();
Public Sub New ()
Gilt für:
ExplicitProxy(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, String)
Initialisiert eine neue instance der ExplicitProxy-Klasse.
public ExplicitProxy(bool? enableExplicitProxy = default, int? httpPort = default, int? httpsPort = default, bool? enablePacFile = default, int? pacFilePort = default, string pacFile = default);
new Microsoft.Azure.Management.Network.Models.ExplicitProxy : Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<int> * string -> Microsoft.Azure.Management.Network.Models.ExplicitProxy
Public Sub New (Optional enableExplicitProxy As Nullable(Of Boolean) = Nothing, Optional httpPort As Nullable(Of Integer) = Nothing, Optional httpsPort As Nullable(Of Integer) = Nothing, Optional enablePacFile As Nullable(Of Boolean) = Nothing, Optional pacFilePort As Nullable(Of Integer) = Nothing, Optional pacFile As String = Nothing)
Parameter
Wenn auf TRUE festgelegt ist, ist der explizite Proxymodus aktiviert.
Portnummer für explizites Proxy-HTTP-Protokoll darf nicht größer als 64000 sein.
Portnummer für explizites Proxy-HTTPS-Protokoll darf nicht größer als 64000 sein.
Wenn sie auf true festgelegt ist, müssen der Pac-Dateiport und die URL angegeben werden.
- pacFile
- String
SAS-URL für die PAC-Datei.
Gilt für:
Azure SDK for .NET