ProvisionedFabricConfigVersionList 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 provisioned Service Fabric configuration (Cluster Manifest) versions retrieved by calling GetProvisionedFabricConfigVersionListAsync(String).
public sealed class ProvisionedFabricConfigVersionList : System.Collections.Generic.ICollection<System.Fabric.Query.ProvisionedFabricConfigVersion>, System.Collections.Generic.IEnumerable<System.Fabric.Query.ProvisionedFabricConfigVersion>, System.Collections.Generic.IList<System.Fabric.Query.ProvisionedFabricConfigVersion>
type ProvisionedFabricConfigVersionList = class
interface IList<ProvisionedFabricConfigVersion>
interface ICollection<ProvisionedFabricConfigVersion>
interface seq<ProvisionedFabricConfigVersion>
interface IEnumerable
Public NotInheritable Class ProvisionedFabricConfigVersionList
Implements ICollection(Of ProvisionedFabricConfigVersion), IEnumerable(Of ProvisionedFabricConfigVersion), IList(Of ProvisionedFabricConfigVersion)
- Inheritance
-
ProvisionedFabricConfigVersionList
- Implements
Count |
Gets the number of items in this list. |
Is |
Gets a value that indicates whether the list can be modified only if this property is false. |
Item[Int32] |
Gets the item at the specified index. |
Add(Provisioned |
Adds the specified item to this list. |
Clear() |
Removes all items from this list. |
Contains(Provisioned |
Returns true if the specified item is contained in this list. |
Copy |
Copies items from this list to the specified array at the specified index. |
Get |
Returns an enumerator to the items in this list. |
Index |
Returns the index of the specified item in this list. |
Insert(Int32, Provisioned |
Inserts the specified item into this list at the specified index. |
Remove(Provisioned |
Removes the specified item from this list. |
Remove |
Removes the item from the specified index. |
IEnumerable. |
Gets an enumerator to the items in this list. |
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. |
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: