CommunityEndpointDestinationType Struct

Definition

Destination Type Enum.

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

Constructors

Name Description
CommunityEndpointDestinationType(String)

Initializes a new instance of CommunityEndpointDestinationType.

Properties

Name Description
Fqdn

DestinationType Type FQDN.

FqdnTag

DestinationType Type FQDNTag.

IPAddress

DestinationType Type IPAddress.

PrivateNetwork

DestinationType Type PrivateNetwork.

Methods

Name Description
Equals(CommunityEndpointDestinationType)

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

Determines if two CommunityEndpointDestinationType values are the same.

Implicit(String to CommunityEndpointDestinationType)

Converts a string to a CommunityEndpointDestinationType.

Implicit(String to Nullable<CommunityEndpointDestinationType>)
Inequality(CommunityEndpointDestinationType, CommunityEndpointDestinationType)

Determines if two CommunityEndpointDestinationType values are not the same.

Applies to