Share via


IResource.Kind Property

Definition

Required. Gets or sets the Kind of the resource.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.PSArgumentCompleter(new System.String[] { "sdk", "designer", "bot", "function", "azurebot" })]
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="Required. Gets or sets the Kind of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.PSArgumentCompleter(new System.String[] { "sdk", "designer", "bot", "function", "azurebot" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="Required. Gets or sets the Kind of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes

Applies to