Search Results for

    Show / Hide Table of Contents

    Class CloudManagerService

    Inheritance
    System.Object
    CloudManagerService
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class CloudManagerService : IDisposable

    Constructors

    CloudManagerService(ICloudManagerServiceSettings)

    Initializes a new instance of the CloudManagerService class and uses the 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 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

    Declaration
    public ICloudBackupClient CloudBackup { get; }
    Property Value
    ICloudBackupClient

    Customer

    Declaration
    public ICustomerClient Customer { get; }
    Property Value
    ICustomerClient

    CustomerAsset

    Declaration
    public ICustomerAssetClient CustomerAsset { get; }
    Property Value
    ICustomerAssetClient

    CustomerServiceProvider

    Declaration
    public ICustomerServiceProviderClient CustomerServiceProvider { get; }
    Property Value
    ICustomerServiceProviderClient

    Environment

    Declaration
    public IEnvironmentClient Environment { get; }
    Property Value
    IEnvironmentClient

    EnvironmentProcess

    Declaration
    public IEnvironmentProcessClient EnvironmentProcess { get; }
    Property Value
    IEnvironmentProcessClient

    GlobalConfiguration

    Declaration
    public IGlobalConfigurationClient GlobalConfiguration { get; }
    Property Value
    IGlobalConfigurationClient

    Maintenance

    Declaration
    public IMaintenanceClient Maintenance { get; }
    Property Value
    IMaintenanceClient

    OutputFormat

    Declaration
    public IOutputFormatClient OutputFormat { get; }
    Property Value
    IOutputFormatClient

    Service

    Declaration
    public IServiceClient Service { get; }
    Property Value
    IServiceClient

    Update

    Declaration
    public IUpdateClient Update { get; }
    Property Value
    IUpdateClient

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Back to top Generated by DocFX