C# 클래스 Mocks.MockCodePackageActivationContext

상속: ICodePackageActivationContext
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-web-reference-app

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetApplicationPrincipals() 공개 메소드

public GetApplicationPrincipals ( ) : ApplicationPrincipalsDescription
리턴 ApplicationPrincipalsDescription

GetCodePackageNames() 공개 메소드

public GetCodePackageNames ( ) : IList
리턴 IList

GetCodePackageObject() 공개 메소드

public GetCodePackageObject ( string packageName ) : CodePackage
packageName string
리턴 CodePackage

GetConfigurationPackageNames() 공개 메소드

public GetConfigurationPackageNames ( ) : IList
리턴 IList

GetConfigurationPackageObject() 공개 메소드

public GetConfigurationPackageObject ( string packageName ) : ConfigurationPackage
packageName string
리턴 ConfigurationPackage

GetDataPackageNames() 공개 메소드

public GetDataPackageNames ( ) : IList
리턴 IList

GetDataPackageObject() 공개 메소드

public GetDataPackageObject ( string packageName ) : DataPackage
packageName string
리턴 DataPackage

GetEndpoint() 공개 메소드

public GetEndpoint ( string endpointName ) : EndpointResourceDescription
endpointName string
리턴 EndpointResourceDescription

GetEndpoints() 공개 메소드

public GetEndpoints ( ) : EndpointResourceDescription>.KeyedCollection
리턴 EndpointResourceDescription>.KeyedCollection

GetServiceGroupTypes() 공개 메소드

public GetServiceGroupTypes ( ) : ServiceGroupTypeDescription>.KeyedCollection
리턴 ServiceGroupTypeDescription>.KeyedCollection

GetServiceManifestName() 공개 메소드

public GetServiceManifestName ( ) : string
리턴 string

GetServiceManifestVersion() 공개 메소드

public GetServiceManifestVersion ( ) : string
리턴 string

GetServiceTypes() 공개 메소드

public GetServiceTypes ( ) : ServiceTypeDescription>.KeyedCollection
리턴 ServiceTypeDescription>.KeyedCollection

MockCodePackageActivationContext() 공개 메소드

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
리턴 System

ReportApplicationHealth() 공개 메소드

public ReportApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
리턴 void

ReportDeployedApplicationHealth() 공개 메소드

public ReportDeployedApplicationHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
리턴 void

ReportDeployedServicePackageHealth() 공개 메소드

public ReportDeployedServicePackageHealth ( HealthInformation healthInformation ) : void
healthInformation HealthInformation
리턴 void