Compartir a través de


IBot.MsaAppType Property

Definition

Microsoft App Type for the bot

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Microsoft App Type for the bot", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType) }, ReadOnly=false, Required=false, SerializedName="msaAppType")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType? MsaAppType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Microsoft App Type for the bot", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType) }, ReadOnly=false, Required=false, SerializedName="msaAppType")>]
member this.MsaAppType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType> with get, set
Public Property MsaAppType As Nullable(Of MsaAppType)

Property Value

Attributes

Applies to