Share via


EndpointType Struct

Definition

The compute endpoint type. Either read_write or read_only.

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

Constructors

Name Description
EndpointType(String)

Initializes a new instance of EndpointType.

Properties

Name Description
ReadOnly

ReadOnly compute endpoint type.

ReadWrite

ReadWrite compute endpoint type.

Methods

Name Description
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

Name Description
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