다음을 통해 공유


ProvisionApplicationTypeDescription(String) Constructor

Definition

Creates an instance of ProvisionApplicationTypeDescription using the relative path to the application package in the image store.

public ProvisionApplicationTypeDescription (string buildPath);
new System.Fabric.Description.ProvisionApplicationTypeDescription : string -> System.Fabric.Description.ProvisionApplicationTypeDescription
Public Sub New (buildPath As String)

Parameters

buildPath
String

The relative path to the application package in the image store specified during CopyApplicationPackage(String, String, String, TimeSpan).

Remarks

The pending provision operation can be interrupted using UnprovisionApplicationAsync(UnprovisionApplicationTypeDescription).

Applies to