Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnprovisionApplicationTypeDescriptionInfo

Package version

Describes the operation to unregister or unprovision an application type and its version that was registered with the Service Fabric.

Hierarchy

  • UnprovisionApplicationTypeDescriptionInfo

Index

Properties

applicationTypeVersion

applicationTypeVersion: string

The version of the application type as defined in the application manifest.

Optional async

async: undefined | false | true

The flag indicating whether or not unprovision should occur asynchronously. When set to true, the unprovision operation returns when the request is accepted by the system, and the unprovision operation continues without any timeout limit. The default value is false. However, we recommend setting it to true for large application packages that were provisioned.

Generated using TypeDoc