SearchServiceNameUnavailableReason 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.
The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable.
public readonly struct SearchServiceNameUnavailableReason : IEquatable<Azure.ResourceManager.Search.Models.SearchServiceNameUnavailableReason>
type SearchServiceNameUnavailableReason = struct
Public Structure SearchServiceNameUnavailableReason
Implements IEquatable(Of SearchServiceNameUnavailableReason)
- Inheritance
-
SearchServiceNameUnavailableReason
- Implements
Constructors
SearchServiceNameUnavailableReason(String) |
Initializes a new instance of SearchServiceNameUnavailableReason. |
Properties
AlreadyExists |
The search service name is already assigned to a different search service. |
Invalid |
The search service name doesn't match naming requirements. |
Methods
Equals(SearchServiceNameUnavailableReason) |
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(SearchServiceNameUnavailableReason, SearchServiceNameUnavailableReason) |
Determines if two SearchServiceNameUnavailableReason values are the same. |
Implicit(String to SearchServiceNameUnavailableReason) |
Converts a string to a SearchServiceNameUnavailableReason. |
Inequality(SearchServiceNameUnavailableReason, SearchServiceNameUnavailableReason) |
Determines if two SearchServiceNameUnavailableReason values are not the same. |
Applies to
Azure SDK for .NET