你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedServiceReplicaList Class

Definition

public sealed class DeployedServiceReplicaList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedServiceReplica>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedServiceReplica>, System.Collections.Generic.IList<System.Fabric.Query.DeployedServiceReplica>
type DeployedServiceReplicaList = class
    interface IList<DeployedServiceReplica>
    interface ICollection<DeployedServiceReplica>
    interface seq<DeployedServiceReplica>
    interface IEnumerable
Public NotInheritable Class DeployedServiceReplicaList
Implements ICollection(Of DeployedServiceReplica), IEnumerable(Of DeployedServiceReplica), IList(Of DeployedServiceReplica)
Inheritance
System.Object
DeployedServiceReplicaList
Implements
System.Collections.Generic.ICollection<DeployedServiceReplica> System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<DeployedServiceReplica> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<DeployedServiceReplica> System.Collections.IEnumerable

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(DeployedServiceReplica)
Clear()
Contains(DeployedServiceReplica)
CopyTo(DeployedServiceReplica[], Int32)
GetEnumerator()
IndexOf(DeployedServiceReplica)
Insert(Int32, DeployedServiceReplica)
Remove(DeployedServiceReplica)
RemoveAt(Int32)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to