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


DevCenterNameUnavailableReason Struct

Definition

The reason why the given name is not available.

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

Constructors

DevCenterNameUnavailableReason(String)

Initializes a new instance of DevCenterNameUnavailableReason.

Properties

AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Equals(DevCenterNameUnavailableReason)

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

Determines if two DevCenterNameUnavailableReason values are the same.

Implicit(String to DevCenterNameUnavailableReason)

Converts a string to a DevCenterNameUnavailableReason.

Inequality(DevCenterNameUnavailableReason, DevCenterNameUnavailableReason)

Determines if two DevCenterNameUnavailableReason values are not the same.

Applies to