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

DeployedServiceReplicaList.Insert(Int32, DeployedServiceReplica) Method

Definition

public void Insert(int index, System.Fabric.Query.DeployedServiceReplica item);
abstract member Insert : int * System.Fabric.Query.DeployedServiceReplica -> unit
override this.Insert : int * System.Fabric.Query.DeployedServiceReplica -> unit
Public Sub Insert (index As Integer, item As DeployedServiceReplica)

Parameters

index
System.Int32

Implements

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

Applies to