GetAzHealthBot_List Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Description("Returns all the resources of a particular type belonging to a resource group")]
[Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Generated]
[System.Management.Automation.Cmdlet("Get", "AzHealthBot_List")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Models.Api20201208.IHealthBot) })]
public class GetAzHealthBot_List : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Description("Returns all the resources of a particular type belonging to a resource group")>]
[<Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzHealthBot_List")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthBot.Models.Api20201208.IHealthBot) })>]
type GetAzHealthBot_List = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzHealthBot_List
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzHealthBot_List
Attributes
Implements

Constructors

GetAzHealthBot_List()

Properties

Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
SubscriptionId

Methods

BeginProcessing()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to