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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET