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

ICodePackageActivationContext Interface

Definition

public interface ICodePackageActivationContext : IDisposable
type ICodePackageActivationContext = interface
    interface IDisposable
Public Interface ICodePackageActivationContext
Implements IDisposable
Derived
Implements
System.IDisposable

Properties

ApplicationName
ApplicationTypeName
CodePackageName
CodePackageVersion
ContextId
LogDirectory
TempDirectory
WorkDirectory

Methods

GetApplicationPrincipals()
GetCodePackageNames()
GetCodePackageObject(String)
GetConfigurationPackageNames()
GetConfigurationPackageObject(String)
GetDataPackageNames()
GetDataPackageObject(String)
GetEndpoint(String)
GetEndpoints()
GetServiceGroupTypes()
GetServiceManifestName()
GetServiceManifestVersion()
GetServiceTypes()
ReportApplicationHealth(HealthInformation, HealthReportSendOptions)
ReportApplicationHealth(HealthInformation)
ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)
ReportDeployedApplicationHealth(HealthInformation)
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)
ReportDeployedServicePackageHealth(HealthInformation)

Events

CodePackageAddedEvent
CodePackageModifiedEvent
CodePackageRemovedEvent
ConfigurationPackageAddedEvent
ConfigurationPackageModifiedEvent
ConfigurationPackageRemovedEvent
DataPackageAddedEvent
DataPackageModifiedEvent
DataPackageRemovedEvent

Applies to