Partager via


FabricClient.ApplicationManagementClient.DeployServicePackageToNode Méthode

Définition

Télécharge les packages associés au manifeste de service dans le cache d’images sur le nœud spécifié.

public System.Threading.Tasks.Task DeployServicePackageToNode (string applicationTypeName, string applicationTypeVersion, string serviceManifestName, System.Fabric.PackageSharingPolicyList sharingPolicies, string nodeName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.DeployServicePackageToNode : string * string * string * System.Fabric.PackageSharingPolicyList * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeployServicePackageToNode (applicationTypeName As String, applicationTypeVersion As String, serviceManifestName As String, sharingPolicies As PackageSharingPolicyList, nodeName As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Paramètres

applicationTypeName
String

ApplicationTypeName associé au manifeste de service à télécharger

applicationTypeVersion
String

Version d’ApplicationType

serviceManifestName
String

Nom du manifeste de service dont les packages doivent être téléchargés

sharingPolicies
PackageSharingPolicyList

Stratégie de partage représentant les packages qui doivent être copiés dans des dossiers partagés

nodeName
String

Nom du nœud dans lequel les packages doivent être téléchargés.

timeout
TimeSpan

Durée maximale pendant laquelle le système autorise cette opération à se poursuivre avant de renvoyer T:System.TimeoutException

cancellationToken
CancellationToken

CancellationTokenque l’opération observe. Il peut être utilisé pour propager une notification indiquant que l’opération doit être annulée

Retours

Task représentant l’opération.

S’applique à