DeployedApplicationHealthStateList.CopyTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie les éléments de ICollection vers un tableau, en démarrant à un index de tableau particulier.
public void CopyTo (System.Fabric.Health.DeployedApplicationHealthState[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Health.DeployedApplicationHealthState[] * int -> unit
override this.CopyTo : System.Fabric.Health.DeployedApplicationHealthState[] * int -> unit
Public Sub CopyTo (array As DeployedApplicationHealthState(), arrayIndex As Integer)
Paramètres
- array
- DeployedApplicationHealthState[]
Tableau unidimensionnel qui est la destination des éléments copiés depuis ICollection. L'Array doit avoir une indexation de base zéro.
- arrayIndex
- Int32
Index de base zéro dans un tableau au niveau duquel commencer la copie.
Implémente
S’applique à
Azure SDK for .NET