GetAzConnectedMachine_List1 Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Description("Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.")]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Generated]
[System.Management.Automation.Cmdlet("Get", "AzConnectedMachine_List1")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachine) })]
public class GetAzConnectedMachine_List1 : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Description("Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.")]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Generated]
[System.Management.Automation.Cmdlet("Get", "AzConnectedMachine_List1")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachine) })]
public class GetAzConnectedMachine_List1 : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Description("Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzConnectedMachine_List1")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachine) })>]
type GetAzConnectedMachine_List1 = class
    inherit PSCmdlet
    interface IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Description("Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzConnectedMachine_List1")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachine) })>]
type GetAzConnectedMachine_List1 = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzConnectedMachine_List1
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzConnectedMachine_List1
Attributes
Implements

Constructors

GetAzConnectedMachine_List1()

Properties

Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Proxy
ProxyCredential
ProxyUseDefaultCredentials
SubscriptionId

Methods

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

Explicit Interface Implementations

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

Applies to