你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CodePackageActivationContext Class

Definition

public class CodePackageActivationContext : IDisposable, System.Fabric.ICodePackageActivationContext3
type CodePackageActivationContext = class
    interface ICodePackageActivationContext3
    interface ICodePackageActivationContext2
    interface ICodePackageActivationContext
    interface IDisposable
Public Class CodePackageActivationContext
Implements ICodePackageActivationContext3, IDisposable
Inheritance
System.Object
CodePackageActivationContext
Implements

Properties

ApplicationName
ApplicationTypeName
CodePackageName
CodePackageVersion
ContextId
LogDirectory
ServiceListenAddress
ServicePublishAddress
TempDirectory
WorkDirectory

Methods

Dispose()
Finalize()
GetApplicationPrincipals()
GetCodePackage(String)
GetCodePackageNames()
GetCodePackageObject(String)
GetConfigurationPackage(String)
GetConfigurationPackageNames()
GetConfigurationPackageObject(String)
GetDataPackage(String)
GetDataPackageNames()
GetDataPackageObject(String)
GetDirectory(String)
GetEndpoint(String)
GetEndpoints()
GetServiceGroupTypes()
GetServiceManifestName()
GetServiceManifestVersion()
GetServiceTypes()
ReportApplicationHealth(HealthInformation, HealthReportSendOptions)
ReportApplicationHealth(HealthInformation)
ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)
ReportDeployedApplicationHealth(HealthInformation)
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)
ReportDeployedServicePackageHealth(HealthInformation)

Events

CodePackageAdded
CodePackageAddedEvent
CodePackageModified
CodePackageModifiedEvent
CodePackageRemoved
CodePackageRemovedEvent
ConfigurationPackageAdded
ConfigurationPackageAddedEvent
ConfigurationPackageModified
ConfigurationPackageModifiedEvent
ConfigurationPackageRemoved
ConfigurationPackageRemovedEvent
DataPackageAdded
DataPackageAddedEvent
DataPackageModified
DataPackageModifiedEvent
DataPackageRemoved
DataPackageRemovedEvent

Applies to