ResourceIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. avs. models. ResourceIdentityType
- com.
- com.
public final class ResourceIdentityType
extends ExpandableStringEnum<ResourceIdentityType>
Type of managed service identity (either system assigned, or none).
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
NONE
No managed system identity. |
|
static final
Resource |
SYSTEM_ASSIGNED
System assigned managed system identity. |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceIdentityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromString(String name)
Creates or finds a Resource |
|
static
Collection<Resource |
values()
Gets known Resource |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final ResourceIdentityType NONE
No managed system identity.
SYSTEM_ASSIGNED
public static final ResourceIdentityType SYSTEM_ASSIGNED
System assigned managed system identity.
Constructor Details
ResourceIdentityType
@Deprecated
public ResourceIdentityType()
Deprecated
Creates a new instance of ResourceIdentityType value.
Method Details
fromString
public static ResourceIdentityType fromString(String name)
Creates or finds a ResourceIdentityType from its string representation.
Parameters:
Returns:
values
public static Collection<ResourceIdentityType> values()
Gets known ResourceIdentityType values.
Returns: