DeployedServicePackageList.CopyTo(DeployedServicePackage[], Int32) 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 la liste vers le tableau spécifié à l’index de départ spécifié.
public void CopyTo (System.Fabric.Query.DeployedServicePackage[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.DeployedServicePackage[] * int -> unit
override this.CopyTo : System.Fabric.Query.DeployedServicePackage[] * int -> unit
Public Sub CopyTo (array As DeployedServicePackage(), arrayIndex As Integer)
Paramètres
- array
- DeployedServicePackage[]
Destination des éléments copiés à partir de la liste.
- arrayIndex
- Int32
Index de base zéro dans l'array
à partir duquel la copie commence.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET