HttpConnectivitySettings 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.
Caution
This type is deprecated. Please use GatewaySettings instead.
The payload for a Configure HTTP settings request.
[System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")]
public class HttpConnectivitySettings
[<System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")>]
type HttpConnectivitySettings = class
Public Class HttpConnectivitySettings
- Inheritance
-
HttpConnectivitySettings
- Attributes
Constructors
HttpConnectivitySettings() |
Properties
EnabledCredential |
Gets or sets whether or not the HTTP based authorization is enabled. Possible values include: 'true', 'false' |
Password |
Gets or sets the HTTP user password. |
Username |
Gets or sets the HTTP username. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET