GetAzCloudServiceRoleInstance_List Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Description("Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.")]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Generated]
[System.Management.Automation.Cmdlet("Get", "AzCloudServiceRoleInstance_List")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoleInstance) })]
public class GetAzCloudServiceRoleInstance_List : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Description("Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzCloudServiceRoleInstance_List")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoleInstance) })>]
type GetAzCloudServiceRoleInstance_List = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzCloudServiceRoleInstance_List
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzCloudServiceRoleInstance_List
Attributes
Implements

Constructors

GetAzCloudServiceRoleInstance_List()

Properties

Break
Client
CloudServiceName
DefaultProfile
Expand
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