MsaAppType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. botservice. models. MsaAppType
- com.
- com.
public final class MsaAppType
extends ExpandableStringEnum<MsaAppType>
Microsoft App Type for the bot.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Msa |
MULTI_TENANT
Static value Multi |
|
static final
Msa |
SINGLE_TENANT
Static value Single |
|
static final
Msa |
USER_ASSIGNED_MSI
Static value User |
Constructor Summary
| Constructor | Description |
|---|---|
| MsaAppType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Msa |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Msa |
fromString(String name)
Creates or finds a Msa |
|
static
Collection<Msa |
values()
Gets known Msa |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MULTI_TENANT
public static final MsaAppType MULTI_TENANT
Static value MultiTenant for MsaAppType.
SINGLE_TENANT
public static final MsaAppType SINGLE_TENANT
Static value SingleTenant for MsaAppType.
USER_ASSIGNED_MSI
public static final MsaAppType USER_ASSIGNED_MSI
Static value UserAssignedMSI for MsaAppType.
Constructor Details
MsaAppType
@Deprecated
public MsaAppType()
Deprecated
Creates a new instance of MsaAppType value.
Method Details
fromString
public static MsaAppType fromString(String name)
Creates or finds a MsaAppType from its string representation.
Parameters:
Returns:
values
public static Collection<MsaAppType> values()
Gets known MsaAppType values.
Returns: