Compartilhar via


DeployedServicePackageHealthStateList.Insert Método

Definição

Insere um item no índice especificado.

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

Parâmetros

index
Int32

O índice baseado em zero no qual o valor deve ser inserido.

item
DeployedServicePackageHealthState

O item a ser inserido.

Implementações

Aplica-se a