你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CheckNameAvailabilityReason Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. confidentialledger. models. CheckNameAvailabilityReason
- com.
- com.
public final class CheckNameAvailabilityReason
extends ExpandableStringEnum<CheckNameAvailabilityReason>
The reason why the given name is not available.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Check |
ALREADY_EXISTS
Static value Already |
static final
Check |
INVALID
Static value Invalid for Check |
Constructor Summary
Constructor | Description |
---|---|
CheckNameAvailabilityReason() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Check |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Check |
fromString(String name)
Creates or finds a Check |
static
Collection<Check |
values()
Gets known Check |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALREADY_EXISTS
public static final CheckNameAvailabilityReason ALREADY_EXISTS
Static value AlreadyExists for CheckNameAvailabilityReason.
INVALID
public static final CheckNameAvailabilityReason INVALID
Static value Invalid for CheckNameAvailabilityReason.
Constructor Details
CheckNameAvailabilityReason
@Deprecated
public CheckNameAvailabilityReason()
Deprecated
Creates a new instance of CheckNameAvailabilityReason value.
Method Details
fromString
public static CheckNameAvailabilityReason fromString(String name)
Creates or finds a CheckNameAvailabilityReason from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CheckNameAvailabilityReason values.
Returns: