ProvisionApplicationTypeDescription Class
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.
Describes a provision application type operation which uses an application package copied to a relative path in the image store. The application type can be provisioned using ProvisionApplicationAsync(ProvisionApplicationTypeDescriptionBase, TimeSpan, CancellationToken).
public sealed class ProvisionApplicationTypeDescription : System.Fabric.Description.ProvisionApplicationTypeDescriptionBase
type ProvisionApplicationTypeDescription = class
inherit ProvisionApplicationTypeDescriptionBase
Public NotInheritable Class ProvisionApplicationTypeDescription
Inherits ProvisionApplicationTypeDescriptionBase
- Inheritance
Constructors
ProvisionApplicationTypeDescription(String) |
Creates an instance of ProvisionApplicationTypeDescription using the relative path to the application package in the image store. |
Properties
ApplicationPackageCleanupPolicy |
Gets or sets the policy indicating the application package cleanup policy |
Async |
Gets or sets the flag indicating whether provisioning should occur asynchronously. (Inherited from ProvisionApplicationTypeDescriptionBase) |
BuildPath |
Gets the relative path to the application package in the image store specified during CopyApplicationPackage(String, String, String, TimeSpan). |
Kind |
Gets the kind of the provision application type operation. (Inherited from ProvisionApplicationTypeDescriptionBase) |
Methods
ToString() |
Gets a string representation of the provision application type operation. |
Applies to
Azure SDK for .NET