Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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