Udostępnij za pośrednictwem


BotMsaAppType Struct

Definition

Microsoft App Type for the bot.

public readonly struct BotMsaAppType : IEquatable<Azure.ResourceManager.BotService.Models.BotMsaAppType>
type BotMsaAppType = struct
Public Structure BotMsaAppType
Implements IEquatable(Of BotMsaAppType)
Inheritance
BotMsaAppType
Implements

Constructors

BotMsaAppType(String)

Initializes a new instance of BotMsaAppType.

Properties

MultiTenant

MultiTenant.

SingleTenant

SingleTenant.

UserAssignedMSI

UserAssignedMSI.

Methods

Equals(BotMsaAppType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BotMsaAppType, BotMsaAppType)

Determines if two BotMsaAppType values are the same.

Implicit(String to BotMsaAppType)

Converts a string to a BotMsaAppType.

Inequality(BotMsaAppType, BotMsaAppType)

Determines if two BotMsaAppType values are not the same.

Applies to