EnclaveEndpointProtocol 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.
Enclave Endpoint Protocol Enum.
public readonly struct EnclaveEndpointProtocol : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.EnclaveEndpointProtocol>
type EnclaveEndpointProtocol = struct
Public Structure EnclaveEndpointProtocol
Implements IEquatable(Of EnclaveEndpointProtocol)
- Inheritance
-
EnclaveEndpointProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| EnclaveEndpointProtocol(String) |
Initializes a new instance of EnclaveEndpointProtocol. |
Properties
| Name | Description |
|---|---|
| AH |
EndpointProtocol Type AH. |
| Any |
EndpointProtocol Type ANY. |
| Esp |
EndpointProtocol Type ESP. |
| Icmp |
EndpointProtocol Type ICMP. |
| Tcp |
EndpointProtocol Type TCP. |
| Udp |
EndpointProtocol Type UDP. |
Methods
| Name | Description |
|---|---|
| Equals(EnclaveEndpointProtocol) |
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
| Name | Description |
|---|---|
| Equality(EnclaveEndpointProtocol, EnclaveEndpointProtocol) |
Determines if two EnclaveEndpointProtocol values are the same. |
| Implicit(String to EnclaveEndpointProtocol) |
Converts a String to a EnclaveEndpointProtocol. |
| Inequality(EnclaveEndpointProtocol, EnclaveEndpointProtocol) |
Determines if two EnclaveEndpointProtocol values are not the same. |