다음을 통해 공유


MsaAppType Struct

Definition

Microsoft App Type for the bot

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppTypeTypeConverter))]
public struct MsaAppType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppTypeTypeConverter))>]
type MsaAppType = struct
    interface IArgumentCompleter
Public Structure MsaAppType
Implements IArgumentCompleter, IEquatable(Of MsaAppType)
Inheritance
MsaAppType
Attributes
Implements

Fields

MultiTenant
SingleTenant
UserAssignedMsi

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MsaAppType)

Compares values of enum type MsaAppType

Equals(Object)

Compares values of enum type MsaAppType (override for Object)

GetHashCode()

Returns hashCode for enum MsaAppType

ToString()

Returns string representation for MsaAppType

Operators

Equality(MsaAppType, MsaAppType)

Overriding == operator for enum MsaAppType

Implicit(MsaAppType to String)

Implicit operator to convert MsaAppType to string

Implicit(String to MsaAppType)

Implicit operator to convert string to MsaAppType

Inequality(MsaAppType, MsaAppType)

Overriding != operator for enum MsaAppType

Applies to