ConnectivityCheckProtocol Struct
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 request's protocol. Specific protocol configuration can be available based on this selection. The specified destination address must be coherent with this value.
public readonly struct ConnectivityCheckProtocol : IEquatable<Azure.ResourceManager.ApiManagement.Models.ConnectivityCheckProtocol>
type ConnectivityCheckProtocol = struct
Public Structure ConnectivityCheckProtocol
Implements IEquatable(Of ConnectivityCheckProtocol)
- Inheritance
-
ConnectivityCheckProtocol
- Implements
Constructors
ConnectivityCheckProtocol(String) |
Initializes a new instance of ConnectivityCheckProtocol. |
Properties
Http |
HTTP. |
Https |
HTTPS. |
Tcp |
TCP. |
Methods
Equals(ConnectivityCheckProtocol) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConnectivityCheckProtocol, ConnectivityCheckProtocol) |
Determines if two ConnectivityCheckProtocol values are the same. |
Implicit(String to ConnectivityCheckProtocol) |
Converts a string to a ConnectivityCheckProtocol. |
Inequality(ConnectivityCheckProtocol, ConnectivityCheckProtocol) |
Determines if two ConnectivityCheckProtocol values are not the same. |
Applies to
Azure SDK for .NET