Search Results for

    Show / Hide Table of Contents

    Class UpdateClient

    Inheritance
    System.Object
    ClientBase
    UpdateClient
    Inherited Members
    ClientBase.BaseUrl
    ClientBase.CreateHttpRequestMessageAsync(CancellationToken)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class UpdateClient : ClientBase

    Constructors

    UpdateClient(ICloudManagerServiceSettings, Http.HttpClient)

    Declaration
    public UpdateClient(ICloudManagerServiceSettings configuration, Http.HttpClient httpClient)
    Parameters
    Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Picturepark.SDK.V1.CloudManager.ICloudManagerServiceSettings configuration

    System.Net.Http.HttpClient httpClient

    Properties

    JsonSerializerSettings

    Declaration
    protected Newtonsoft.Json.JsonSerializerSettings JsonSerializerSettings { get; }
    Property Value
    Newtonsoft.Json.JsonSerializerSettings

    ReadResponseAsString

    Declaration
    public bool ReadResponseAsString { get; set; }
    Property Value
    System.Boolean

    Methods

    DeactivateCustomersAsync(IEnumerable<DeactivationCustomerRequest>, CancellationToken)

    Declaration
    public virtual async Task DeactivateCustomersAsync(IEnumerable<DeactivationCustomerRequest> requests, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Collections.Generic.IEnumerable<DeactivationCustomerRequest> requests

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task

    DeactivateEnvironmentAsync(DeactivationEnvironmentRequest, CancellationToken)

    Declaration
    public virtual async Task DeactivateEnvironmentAsync(DeactivationEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    DeactivationEnvironmentRequest request

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task

    GetAvailableCustomerUpdateAsync(String, CancellationToken)

    Declaration
    public virtual async Task<UpdateInfo> GetAvailableCustomerUpdateAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<UpdateInfo>

    GetAvailableEnvironmentUpdateAsync(CancellationToken)

    Declaration
    public virtual async Task<UpdateInfo> GetAvailableEnvironmentUpdateAsync(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<UpdateInfo>

    GetCustomerVersionAsync(String, CancellationToken)

    Declaration
    public virtual async Task<CustomerVersionInfo> GetCustomerVersionAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<CustomerVersionInfo>

    GetCustomerVersionsAsync(CancellationToken)

    Declaration
    public virtual async Task<ICollection<CustomerVersionInfo>> GetCustomerVersionsAsync(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<System.Collections.Generic.ICollection<CustomerVersionInfo>>

    GetEnvironmentVersionAsync(CancellationToken)

    Declaration
    public virtual async Task<VersionInfo> GetEnvironmentVersionAsync(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<VersionInfo>

    ReactivateCustomersAsync(IEnumerable<ReactivationCustomerRequest>, CancellationToken)

    Declaration
    public virtual async Task ReactivateCustomersAsync(IEnumerable<ReactivationCustomerRequest> requests, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Collections.Generic.IEnumerable<ReactivationCustomerRequest> requests

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task

    ReactivateEnvironmentAsync(ReactivationEnvironmentRequest, CancellationToken)

    Declaration
    public virtual async Task ReactivateEnvironmentAsync(ReactivationEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    ReactivationEnvironmentRequest request

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task

    ReadObjectResponseAsync<T>(Http.HttpResponseMessage, IReadOnlyDictionary<String, IEnumerable<String>>, CancellationToken)

    Declaration
    protected virtual async Task<UpdateClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(Http.HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)
    Parameters
    System.Net.Http.HttpResponseMessage response

    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers

    System.Threading.CancellationToken cancellationToken

    Returns
    System.Threading.Tasks.Task<UpdateClient.ObjectResponseResult<T>>

    Type Parameters
    T

    UpdateCustomersAsync(IEnumerable<UpdateCustomerRequest>, CancellationToken)

    Declaration
    public virtual async Task<ICollection<EnvironmentProcess>> UpdateCustomersAsync(IEnumerable<UpdateCustomerRequest> requests, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Collections.Generic.IEnumerable<UpdateCustomerRequest> requests

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<System.Collections.Generic.ICollection<EnvironmentProcess>>

    UpdateEnvironmentAsync(UpdateEnvironmentRequest, CancellationToken)

    Declaration
    public virtual async Task<EnvironmentProcess> UpdateEnvironmentAsync(UpdateEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    UpdateEnvironmentRequest request

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    System.Threading.Tasks.Task<EnvironmentProcess>

    Back to top Generated by DocFX