MongoClusterNameUnavailableReason Struct

Definition

Possible reasons for a name not being available.

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

Constructors

MongoClusterNameUnavailableReason(String)

Initializes a new instance of MongoClusterNameUnavailableReason.

Properties

AlreadyExists

Name already exists.

Invalid

Name is invalid.

Methods

Equals(MongoClusterNameUnavailableReason)

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

Determines if two MongoClusterNameUnavailableReason values are the same.

Implicit(String to MongoClusterNameUnavailableReason)

Converts a string to a MongoClusterNameUnavailableReason.

Inequality(MongoClusterNameUnavailableReason, MongoClusterNameUnavailableReason)

Determines if two MongoClusterNameUnavailableReason values are not the same.

Applies to