WorkspaceNameUnavailableReason Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible reasons for a name not being available.
public readonly struct WorkspaceNameUnavailableReason : IEquatable<Azure.ResourceManager.Quantum.Models.WorkspaceNameUnavailableReason>
type WorkspaceNameUnavailableReason = struct
Public Structure WorkspaceNameUnavailableReason
Implements IEquatable(Of WorkspaceNameUnavailableReason)
- Inheritance
-
WorkspaceNameUnavailableReason
- Implements
Constructors
| Name | Description |
|---|---|
| WorkspaceNameUnavailableReason(String) |
Initializes a new instance of WorkspaceNameUnavailableReason. |
Properties
| Name | Description |
|---|---|
| AlreadyExists |
Name already exists. |
| Invalid |
Name is invalid. |
Methods
| Name | Description |
|---|---|
| Equals(WorkspaceNameUnavailableReason) |
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(WorkspaceNameUnavailableReason, WorkspaceNameUnavailableReason) |
Determines if two WorkspaceNameUnavailableReason values are the same. |
| Implicit(String to Nullable<WorkspaceNameUnavailableReason>) | |
| Implicit(String to WorkspaceNameUnavailableReason) |
Converts a string to a WorkspaceNameUnavailableReason. |
| Inequality(WorkspaceNameUnavailableReason, WorkspaceNameUnavailableReason) |
Determines if two WorkspaceNameUnavailableReason values are not the same. |