ProvisionApplicationTypeKind Enum
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.
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
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the provision kind is invalid. This value is default and should not be used. |
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. |
ExternalStore | 2 | Indicates that the provision is for an application package that was previously uploaded to an external store. |
Applies to
Azure SDK for .NET