Freigeben über


CommunityEndpointProtocol Struct

Definition

Community Endpoint Protocol Enum.

public readonly struct CommunityEndpointProtocol : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.CommunityEndpointProtocol>
type CommunityEndpointProtocol = struct
Public Structure CommunityEndpointProtocol
Implements IEquatable(Of CommunityEndpointProtocol)
Inheritance
CommunityEndpointProtocol
Implements

Constructors

Name Description
CommunityEndpointProtocol(String)

Initializes a new instance of CommunityEndpointProtocol.

Properties

Name Description
AH

CommunityEndpointProtocol Type AH.

Any

CommunityEndpointProtocol Type ANY.

Esp

CommunityEndpointProtocol Type ESP.

Http

CommunityEndpointProtocol Type HTTP.

Https

CommunityEndpointProtocol Type HTTPS.

Icmp

CommunityEndpointProtocol Type ICMP.

Tcp

CommunityEndpointProtocol Type TCP.

Udp

CommunityEndpointProtocol Type UDP.

Methods

Name Description
Equals(CommunityEndpointProtocol)

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(CommunityEndpointProtocol, CommunityEndpointProtocol)

Determines if two CommunityEndpointProtocol values are the same.

Implicit(String to CommunityEndpointProtocol)

Converts a String to a CommunityEndpointProtocol.

Inequality(CommunityEndpointProtocol, CommunityEndpointProtocol)

Determines if two CommunityEndpointProtocol values are not the same.

Applies to