CustomizationIdentityType 类
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. vmwarecloudsimple. models. CustomizationIdentityType
- com.
- com.
public final class CustomizationIdentityType
extends ExpandableStringEnum<CustomizationIdentityType>
标识类型。
字段摘要
| 修饰符和类型 | 字段和描述 |
|---|---|
|
static final
Customization |
LINUX
自定义 |
|
static final
Customization |
WINDOWS
自定义 |
|
static final
Customization |
WINDOWS_TEXT
自定义 |
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| CustomizationIdentityType() |
已放弃
fromString(String name)使用工厂方法。
创建自定义 |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
|
static
Customization |
fromString(String name)
从其字符串表示形式创建或查找自定义 |
|
static
Collection<Customization |
values()
获取已知的自定义标识 |
方法继承自 ExpandableStringEnum
方法继承自 java.lang.Object
字段详细信息
LINUX
public static final CustomizationIdentityType LINUX
用于 CustomizationIdentityType 的静态值 LINUX。
WINDOWS
public static final CustomizationIdentityType WINDOWS
CustomizationIdentityType 的静态值 WINDOWS。
WINDOWS_TEXT
public static final CustomizationIdentityType WINDOWS_TEXT
CustomizationIdentityType 的静态值WINDOWS_TEXT。
构造函数详细信息
CustomizationIdentityType
@Deprecated
public CustomizationIdentityType()
已放弃
创建 CustomizationIdentityType 值的新实例。
方法详细信息
fromString
public static CustomizationIdentityType fromString(String name)
从其字符串表示形式创建或查找 CustomizationIdentityType。
Parameters:
Returns:
values
public static Collection
获取已知的 CustomizationIdentityType 值。
Returns: