FabricClient.ApplicationManagementClient.DeployServicePackageToNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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