ResourceIdentityType 枚举
定义
Defines values for ResourceIdentityType.
public enum ResourceIdentityType
- 继承
-
java.lang.Object
java.lang.Enum<ResourceIdentityType>
ResourceIdentityType
字段
SYSTEM_ASSIGNED
|
Enum value SystemAssigned.
|
方法
fromString(String value)
Parses a serialized value to a ResourceIdentityType instance.
public static ResourceIdentityType fromString(String value)
参数
- value
-
String
the serialized value to parse.
返回
the parsed ResourceIdentityType object, or null if unable to parse.
toString()
public String toString()
参数
- value
-
String
the serialized value to parse.
返回
适用于