DeploymentIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. deployments. models. DeploymentIdentityType
- com.
- com.
public final class DeploymentIdentityType
extends ExpandableStringEnum<DeploymentIdentityType>
The identity type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Deployment |
NONE
None. |
|
static final
Deployment |
USER_ASSIGNED
User |
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentIdentityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromString(String name)
Creates or finds a Deployment |
|
static
Collection<Deployment |
values()
Gets known Deployment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final DeploymentIdentityType NONE
None.
USER_ASSIGNED
public static final DeploymentIdentityType USER_ASSIGNED
UserAssigned.
Constructor Details
DeploymentIdentityType
@Deprecated
public DeploymentIdentityType()
Deprecated
Creates a new instance of DeploymentIdentityType value.
Method Details
fromString
public static DeploymentIdentityType fromString(String name)
Creates or finds a DeploymentIdentityType from its string representation.
Parameters:
Returns:
values
public static Collection<DeploymentIdentityType> values()
Gets known DeploymentIdentityType values.
Returns: