Megosztás a következőn keresztül:


EndpointType Struct

Definition

The type of endpoint.

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

Constructors

EndpointType(String)

Initializes a new instance of EndpointType.

Properties

Custom

custom.

Default

default.

Methods

Equals(EndpointType)

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

Determines if two EndpointType values are the same.

Implicit(String to EndpointType)

Converts a string to a EndpointType.

Inequality(EndpointType, EndpointType)

Determines if two EndpointType values are not the same.

Applies to