ProvisionApplicationTypeDescription(String) Constructor
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.
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
Azure SDK for .NET