ProvisionApplicationTypeKind Enum

Definition

Represents the provision application type kind, which gives information about how the application package is provisioned to image store.

public enum ProvisionApplicationTypeKind
type ProvisionApplicationTypeKind = 
Public Enum ProvisionApplicationTypeKind
Inheritance
ProvisionApplicationTypeKind

Fields

ExternalStore 2

Indicates that the provision is for an application package that was previously uploaded to an external store.

ImageStorePath 1

Indicates that the provision is for a package that was previously uploaded to the image store using CopyApplicationPackage(String, String, String, IImageStoreProgressHandler, TimeSpan). The upload operation copied the application package to a image store relative path that must be provided to the provision operation.

Invalid 0

Indicates that the provision kind is invalid. This value is default and should not be used.

Applies to