UpdateGatewaySettingsParameters Class
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.
The update gateway settings request parameters.
public class UpdateGatewaySettingsParameters
type UpdateGatewaySettingsParameters = class
Public Class UpdateGatewaySettingsParameters
- Inheritance
-
UpdateGatewaySettingsParameters
Constructors
UpdateGatewaySettingsParameters() |
Initializes a new instance of the UpdateGatewaySettingsParameters class. |
UpdateGatewaySettingsParameters(Nullable<Boolean>, String, String) |
Initializes a new instance of the UpdateGatewaySettingsParameters class. |
Properties
IsCredentialEnabled |
Gets or sets indicates whether or not the gateway settings based authorization is enabled. |
Password |
Gets or sets the gateway settings user password. |
UserName |
Gets or sets the gateway settings user name. |
Applies to
Azure SDK for .NET