Property | Type | Description |
---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public GetApplicationPrincipals ( ) : ApplicationPrincipalsDescription | ||
return | ApplicationPrincipalsDescription |
public GetCodePackageObject ( string packageName ) : CodePackage | ||
packageName | string | |
return | CodePackage |
public GetConfigurationPackageNames ( ) : IList |
||
return | IList |
public GetConfigurationPackageObject ( string packageName ) : ConfigurationPackage | ||
packageName | string | |
return | ConfigurationPackage |
public GetDataPackageObject ( string packageName ) : DataPackage | ||
packageName | string | |
return | DataPackage |
public GetEndpoint ( string endpointName ) : EndpointResourceDescription | ||
endpointName | string | |
return | EndpointResourceDescription |
public GetEndpoints ( ) : EndpointResourceDescription>.KeyedCollection |
||
return | EndpointResourceDescription>.KeyedCollection |
public GetServiceGroupTypes ( ) : ServiceGroupTypeDescription>.KeyedCollection |
||
return | ServiceGroupTypeDescription>.KeyedCollection |
public GetServiceManifestVersion ( ) : string | ||
return | string |
public GetServiceTypes ( ) : ServiceTypeDescription>.KeyedCollection |
||
return | ServiceTypeDescription>.KeyedCollection |
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 |
public ReportApplicationHealth ( HealthInformation healthInformation ) : void | ||
healthInformation | HealthInformation | |
return | void |
public ReportDeployedApplicationHealth ( HealthInformation healthInformation ) : void | ||
healthInformation | HealthInformation | |
return | void |
public ReportDeployedServicePackageHealth ( HealthInformation healthInformation ) : void | ||
healthInformation | HealthInformation | |
return | void |