C# Class Mocks.MockCodePackageActivationContext

Inheritance: ICodePackageActivationContext
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-web-reference-app

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetApplicationPrincipals ( ) : ApplicationPrincipalsDescription
GetCodePackageNames ( ) : IList
GetCodePackageObject ( string packageName ) : CodePackage
GetConfigurationPackageNames ( ) : IList
GetConfigurationPackageObject ( string packageName ) : ConfigurationPackage
GetDataPackageNames ( ) : IList
GetDataPackageObject ( string packageName ) : DataPackage
GetEndpoint ( string endpointName ) : EndpointResourceDescription
GetEndpoints ( ) : EndpointResourceDescription>.KeyedCollection
GetServiceGroupTypes ( ) : ServiceGroupTypeDescription>.KeyedCollection
GetServiceManifestName ( ) : string
GetServiceManifestVersion ( ) : string
GetServiceTypes ( ) : ServiceTypeDescription>.KeyedCollection
MockCodePackageActivationContext ( string ApplicationName, string ApplicationTypeName, string CodePackageName, string CodePackageVersion, string Context, string LogDirectory, string TempDirectory, string WorkDirectory, string ServiceManifestName, string ServiceManifestVersion ) : System
ReportApplicationHealth ( HealthInformation healthInformation ) : void
ReportDeployedApplicationHealth ( HealthInformation healthInformation ) : void
ReportDeployedServicePackageHealth ( HealthInformation healthInformation ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetApplicationPrincipals() public méthode

public GetApplicationPrincipals ( ) : ApplicationPrincipalsDescription
Résultat ApplicationPrincipalsDescription

GetCodePackageNames() public méthode

public GetCodePackageNames ( ) : IList
Résultat IList

GetCodePackageObject() public méthode

public GetCodePackageObject ( string packageName ) : CodePackage
packageName string
Résultat CodePackage

GetConfigurationPackageNames() public méthode

public GetConfigurationPackageNames ( ) : IList
Résultat IList

GetConfigurationPackageObject() public méthode

public GetConfigurationPackageObject ( string packageName ) : ConfigurationPackage
packageName string
Résultat ConfigurationPackage

GetDataPackageNames() public méthode

public GetDataPackageNames ( ) : IList
Résultat IList

GetDataPackageObject() public méthode

public GetDataPackageObject ( string packageName ) : DataPackage
packageName string
Résultat DataPackage

GetEndpoint() public méthode

public GetEndpoint ( string endpointName ) : EndpointResourceDescription
endpointName string
Résultat EndpointResourceDescription

GetEndpoints() public méthode

public GetEndpoints ( ) : EndpointResourceDescription>.KeyedCollection
Résultat EndpointResourceDescription>.KeyedCollection

GetServiceGroupTypes() public méthode

public GetServiceGroupTypes ( ) : ServiceGroupTypeDescription>.KeyedCollection
Résultat ServiceGroupTypeDescription>.KeyedCollection

GetServiceManifestName() public méthode

public GetServiceManifestName ( ) : string
Résultat string

GetServiceManifestVersion() public méthode

public GetServiceManifestVersion ( ) : string
Résultat string

GetServiceTypes() public méthode

public GetServiceTypes ( ) : ServiceTypeDescription>.KeyedCollection
Résultat ServiceTypeDescription>.KeyedCollection

MockCodePackageActivationContext() public méthode

public MockCodePackageActivationContext ( string ApplicationName, string ApplicationTypeName, string CodePackageName, string CodePackageVersion, string Context, string LogDirectory, string TempDirectory, string WorkDirectory, string ServiceManifestName, string ServiceManifestVersion ) : System
ApplicationName string
ApplicationTypeName string
CodePackageName string
CodePackageVersion string
Context string
LogDirectory string
TempDirectory string
WorkDirectory string
ServiceManifestName string
ServiceManifestVersion string
Résultat System

ReportApplicationHealth() public méthode

public ReportApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
Résultat void

ReportDeployedApplicationHealth() public méthode

public ReportDeployedApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
Résultat void

ReportDeployedServicePackageHealth() public méthode

public ReportDeployedServicePackageHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
Résultat void