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

FabricClient.ApplicationManagementClient.DeployServicePackageToNode Method

Definition

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

Parameters

applicationTypeName
System.String
applicationTypeVersion
System.String
serviceManifestName
System.String
sharingPolicies
PackageSharingPolicyList
nodeName
System.String
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to