Class CloudManagerService
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
public class CloudManagerService : IDisposable
Constructors
CloudManagerService(ICloudManagerServiceSettings)
Initializes a new instance of the CloudManagerService class and uses the BaseUrl of the settings
as Picturepark server URL.
Declaration
public CloudManagerService(ICloudManagerServiceSettings settings)
Parameters
ICloudManagerServiceSettings
settings
The service settings. |
CloudManagerService(ICloudManagerServiceSettings, HttpClient)
Initializes a new instance of the CloudManagerService class and uses the BaseUrl of the settings
as Picturepark server URL.
Declaration
public CloudManagerService(ICloudManagerServiceSettings settings, HttpClient httpClient)
Parameters
ICloudManagerServiceSettings
settings
The service settings. |
HttpClient
httpClient
The HTTP client. |
Properties
CloudBackup
Customer
CustomerAsset
CustomerServiceProvider
Declaration
public ICustomerServiceProviderClient CustomerServiceProvider { get; }
Property Value
ICustomerServiceProviderClient |
Environment
EnvironmentProcess
Declaration
public IEnvironmentProcessClient EnvironmentProcess { get; }
Property Value
IEnvironmentProcessClient |
GlobalConfiguration
Declaration
public IGlobalConfigurationClient GlobalConfiguration { get; }
Property Value
IGlobalConfigurationClient |