Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProvisionApplicationTypeDescription

Package version

Describes the operation to register or provision an application type using an application package uploaded to the Service Fabric image store.

Hierarchy

  • ProvisionApplicationTypeDescription

Index

Properties

Optional applicationPackageCleanupPolicy

applicationPackageCleanupPolicy: ApplicationPackageCleanupPolicy

The kind of action that needs to be taken for cleaning up the application package after successful provision. Possible values include: 'Invalid', 'Default', 'Automatic', 'Manual'

applicationTypeBuildPath

applicationTypeBuildPath: string

The relative path for the application package in the image store specified during the prior upload operation.

async

async: boolean

Indicates whether or not provisioning should occur asynchronously. When set to true, the provision operation returns when the request is accepted by the system, and the provision operation continues without any timeout limit. The default value is false. For large application packages, we recommend setting the value to true.

kind

kind: "ImageStorePath"

Polymorphic Discriminator

Generated using TypeDoc