Aracılığıyla paylaş


ExternalStoreProvisionApplicationTypeDescription Class

Definition

Describes a provision application type operation which uses an application package from an external store, as opposed to a package uploaded to the Service Fabric image store. The application type can be provisioned using ProvisionApplicationAsync(ProvisionApplicationTypeDescriptionBase, TimeSpan, CancellationToken).

public sealed class ExternalStoreProvisionApplicationTypeDescription : System.Fabric.Description.ProvisionApplicationTypeDescriptionBase
type ExternalStoreProvisionApplicationTypeDescription = class
    inherit ProvisionApplicationTypeDescriptionBase
Public NotInheritable Class ExternalStoreProvisionApplicationTypeDescription
Inherits ProvisionApplicationTypeDescriptionBase
Inheritance
ExternalStoreProvisionApplicationTypeDescription

Constructors

ExternalStoreProvisionApplicationTypeDescription(Uri, String, String)

Creates an instance of ExternalStoreProvisionApplicationTypeDescription using the download URI of the 'sfpkg' application package and the application type information.

Fields

SfpkgExtension

The extension for a Service Fabric application package compressed into a single file. Service Fabric recognizes files with this extension as application packages and can provision the application type contained within.

Properties

ApplicationPackageDownloadUri

Gets the path to the '.sfpkg' application package from where the application package can be downloaded using HTTP or HTTPS protocols.

ApplicationTypeName

Gets the application type name.

ApplicationTypeVersion

Gets the application type version.

Async

Gets or sets the flag indicating whether provisioning should occur asynchronously.

(Inherited from ProvisionApplicationTypeDescriptionBase)
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