Aracılığıyla paylaş


ProvisionApplicationTypeDescription Class

Definition

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
ProvisionApplicationTypeDescription

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