C# Class Mocks.MockCodePackageActivationContext

Inheritance: ICodePackageActivationContext
Exibir arquivo Open project: Azure-Samples/service-fabric-dotnet-web-reference-app

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetApplicationPrincipals() public method

public GetApplicationPrincipals ( ) : ApplicationPrincipalsDescription
return ApplicationPrincipalsDescription

GetCodePackageNames() public method

public GetCodePackageNames ( ) : IList
return IList

GetCodePackageObject() public method

public GetCodePackageObject ( string packageName ) : CodePackage
packageName string
return CodePackage

GetConfigurationPackageNames() public method

public GetConfigurationPackageNames ( ) : IList
return IList

GetConfigurationPackageObject() public method

public GetConfigurationPackageObject ( string packageName ) : ConfigurationPackage
packageName string
return ConfigurationPackage

GetDataPackageNames() public method

public GetDataPackageNames ( ) : IList
return IList

GetDataPackageObject() public method

public GetDataPackageObject ( string packageName ) : DataPackage
packageName string
return DataPackage

GetEndpoint() public method

public GetEndpoint ( string endpointName ) : EndpointResourceDescription
endpointName string
return EndpointResourceDescription

GetEndpoints() public method

public GetEndpoints ( ) : EndpointResourceDescription>.KeyedCollection
return EndpointResourceDescription>.KeyedCollection

GetServiceGroupTypes() public method

public GetServiceGroupTypes ( ) : ServiceGroupTypeDescription>.KeyedCollection
return ServiceGroupTypeDescription>.KeyedCollection

GetServiceManifestName() public method

public GetServiceManifestName ( ) : string
return string

GetServiceManifestVersion() public method

public GetServiceManifestVersion ( ) : string
return string

GetServiceTypes() public method

public GetServiceTypes ( ) : ServiceTypeDescription>.KeyedCollection
return ServiceTypeDescription>.KeyedCollection

MockCodePackageActivationContext() public method

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
return System

ReportApplicationHealth() public method

public ReportApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
return void

ReportDeployedApplicationHealth() public method

public ReportDeployedApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
return void

ReportDeployedServicePackageHealth() public method

public ReportDeployedServicePackageHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
return void