DeployedApplicationPagedList Class
Important
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.
Represents the list of DeployedApplication. Paged lists consist of the return results it holds (a list), along with a continuation token which may be used to access subsequent pages.
public sealed class DeployedApplicationPagedList : System.Fabric.Query.PagedList<System.Fabric.Query.DeployedApplication>
type DeployedApplicationPagedList = class
inherit PagedList<DeployedApplication>
Public NotInheritable Class DeployedApplicationPagedList
Inherits PagedList(Of DeployedApplication)
- Inheritance
If there is a subsequent page, the continuation token provided in this object can be used to access it. For continuation token usage instructions, see ContinuationToken.
Deployed |
Creates an empty paged DeployedApplication list. |
Continuation |
The continuation token. Can be used by queries to get next pages of results. (Inherited from PagedList<T>) |
Count |
Gets the number of items in the list. (Inherited from PagedList<T>) |
Is |
Gets a flag that indicated whether the list can be modified. (Inherited from PagedList<T>) |
Item[Int32] |
Gets the item at the specified index. (Inherited from PagedList<T>) |
Add(T) |
Adds an item to this list. (Inherited from PagedList<T>) |
Clear() |
Removes all items from this list. (Inherited from PagedList<T>) |
Contains(T) |
Specifies whether the list contains a specific item. (Inherited from PagedList<T>) |
Copy |
Copies items from this list to the specified array starting at the specified index. (Inherited from PagedList<T>) |
Get |
Gets an enumerator to items in this list. (Inherited from PagedList<T>) |
Index |
Gets the index in this list for the specified item. (Inherited from PagedList<T>) |
Insert(Int32, T) |
Inserts an item into this list at the specified index. (Inherited from PagedList<T>) |
Items() | (Inherited from PagedList<T>) |
Remove(T) |
Removes the specified item from this list. (Inherited from PagedList<T>) |
Remove |
Removes the item at the specified index from this list. (Inherited from PagedList<T>) |
IEnumerable. |
Gets an enumerator to items in this list. (Inherited from PagedList<T>) |
To |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
To |
Returns an array with the items in the paged list. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: