GatewaySettings 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
GatewaySettings() |
Initializes a new instance of the GatewaySettings class. |
GatewaySettings(String, String, String) |
Initializes a new instance of the GatewaySettings class. |
GatewaySettings()
Initializes a new instance of the GatewaySettings class.
public GatewaySettings ();
Public Sub New ()
Applies to
GatewaySettings(String, String, String)
Initializes a new instance of the GatewaySettings class.
public GatewaySettings (string isCredentialEnabled = default, string userName = default, string password = default);
new Microsoft.Azure.Management.HDInsight.Models.GatewaySettings : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.GatewaySettings
Public Sub New (Optional isCredentialEnabled As String = Nothing, Optional userName As String = Nothing, Optional password As String = Nothing)
Parameters
- isCredentialEnabled
- String
Indicates whether or not the gateway settings based authorization is enabled.
- userName
- String
The gateway settings user name.
- password
- String
The gateway settings user password.
Applies to
Azure SDK for .NET