ProtocolConfiguration 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
ProtocolConfiguration() |
Initializes a new instance of the ProtocolConfiguration class. |
ProtocolConfiguration(HTTPConfiguration) |
Initializes a new instance of the ProtocolConfiguration class. |
ProtocolConfiguration()
Initializes a new instance of the ProtocolConfiguration class.
public ProtocolConfiguration ();
Public Sub New ()
Applies to
ProtocolConfiguration(HTTPConfiguration)
Initializes a new instance of the ProtocolConfiguration class.
public ProtocolConfiguration (Microsoft.Azure.Management.Network.Fluent.Models.HTTPConfiguration hTTPConfiguration = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ProtocolConfiguration : Microsoft.Azure.Management.Network.Fluent.Models.HTTPConfiguration -> Microsoft.Azure.Management.Network.Fluent.Models.ProtocolConfiguration
Public Sub New (Optional hTTPConfiguration As HTTPConfiguration = Nothing)
Parameters
- hTTPConfiguration
- HTTPConfiguration
HTTP configuration of the connectivity check.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET