WebproxySettings 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
WebproxySettings() |
Initializes a new instance of the WebproxySettings class. |
WebproxySettings(AuthenticationType, String, String) |
Initializes a new instance of the WebproxySettings class. |
WebproxySettings()
Initializes a new instance of the WebproxySettings class.
public WebproxySettings ();
Public Sub New ()
Applies to
WebproxySettings(AuthenticationType, String, String)
Initializes a new instance of the WebproxySettings class.
public WebproxySettings (Microsoft.Azure.Management.StorSimple8000Series.Models.AuthenticationType authentication, string username, string connectionUri = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings : Microsoft.Azure.Management.StorSimple8000Series.Models.AuthenticationType * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings
Public Sub New (authentication As AuthenticationType, username As String, Optional connectionUri As String = Nothing)
Parameters
- authentication
- AuthenticationType
The authentication type. Possible values include: 'Invalid', 'None', 'Basic', 'NTLM'
- username
- String
The webproxy username.
- connectionUri
- String
The connection URI.