次の方法で共有


MsaAppType Class

public final class MsaAppType
extends ExpandableStringEnum<MsaAppType>

Microsoft App Type for the bot.

Field Summary

Modifier and Type Field and Description
static final MsaAppType MULTI_TENANT

Static value MultiTenant for MsaAppType.

static final MsaAppType SINGLE_TENANT

Static value SingleTenant for MsaAppType.

static final MsaAppType USER_ASSIGNED_MSI

Static value UserAssignedMSI for MsaAppType.

Constructor Summary

Constructor Description
MsaAppType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MsaAppType value.

Method Summary

Modifier and Type Method and Description
static MsaAppType fromString(String name)

Creates or finds a MsaAppType from its string representation.

static Collection<MsaAppType> values()

Gets known MsaAppType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding MsaAppType.

values

public static Collection<MsaAppType> values()

Gets known MsaAppType values.

Returns:

known MsaAppType values.

Applies to