Sdílet prostřednictvím


MySqlFlexibleServersPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

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

Constructors

MySqlFlexibleServersPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of MySqlFlexibleServersPrivateEndpointServiceConnectionStatus.

Properties

Approved

Approved.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(MySqlFlexibleServersPrivateEndpointServiceConnectionStatus)

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

Determines if two MySqlFlexibleServersPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to MySqlFlexibleServersPrivateEndpointServiceConnectionStatus)

Converts a string to a MySqlFlexibleServersPrivateEndpointServiceConnectionStatus.

Inequality(MySqlFlexibleServersPrivateEndpointServiceConnectionStatus, MySqlFlexibleServersPrivateEndpointServiceConnectionStatus)

Determines if two MySqlFlexibleServersPrivateEndpointServiceConnectionStatus values are not the same.

Applies to