你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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