Show / Hide Table of Contents

Class MarketplacePublisherClient

Service client instance for MarketplacePublisher.

Inheritance
object
ClientBase
RegionalClientBase
MarketplacePublisherClient
Implements
IDisposable
Inherited Members
RegionalClientBase.logger
RegionalClientBase.SetRegion(Region)
RegionalClientBase.SetRegion(string)
RegionalClientBase.UseRealmSpecificEndpointTemplate(bool)
RegionalClientBase.PopulateServiceParametersInEndpointTemplate(RestClient, Dictionary<string, object>)
RegionalClientBase.parseEndpointForParameters(string)
ClientBase.restClient
ClientBase.service
ClientBase.userAgent
ClientBase.Dispose()
ClientBase.Dispose(bool)
ClientBase.SetEndpoint(string)
ClientBase.GetEndpoint()
ClientBase.GetUserAgent()
ClientBase.SetRealmSpecificEndpointTemplate(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class MarketplacePublisherClient : RegionalClientBase, IDisposable

Constructors

MarketplacePublisherClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)

Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.

Declaration
public MarketplacePublisherClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
Type Name Description
IBasicAuthenticationDetailsProvider authenticationDetailsProvider

The authentication details provider. Required.

ClientConfiguration clientConfiguration

The client configuration that contains settings to adjust REST client behaviors. Optional.

string endpoint

The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional.

Properties

Paginators

Declaration
public MarketplacePublisherPaginators Paginators { get; }
Property Value
Type Description
MarketplacePublisherPaginators

Waiters

Declaration
public MarketplacePublisherWaiters Waiters { get; }
Property Value
Type Description
MarketplacePublisherWaiters

Methods

ActivateTermVersion(ActivateTermVersionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Mark the Term Version identified by the id as active

Declaration
public Task<ActivateTermVersionResponse> ActivateTermVersion(ActivateTermVersionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ActivateTermVersionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ActivateTermVersionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ActivateTermVersion API.

CancelWorkRequest(CancelWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Cancels the work request with the given ID.

Declaration
public Task<CancelWorkRequestResponse> CancelWorkRequest(CancelWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CancelWorkRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CancelWorkRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CancelWorkRequest API.

CascadingDeleteListing(CascadingDeleteListingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Cascade delete the listing and its subresources.

Declaration
public Task<CascadingDeleteListingResponse> CascadingDeleteListing(CascadingDeleteListingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CascadingDeleteListingRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CascadingDeleteListingResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CascadingDeleteListing API.

CascadingDeleteListingRevision(CascadingDeleteListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Cascade delete listing revision and its subresources.

Declaration
public Task<CascadingDeleteListingRevisionResponse> CascadingDeleteListingRevision(CascadingDeleteListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CascadingDeleteListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CascadingDeleteListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CascadingDeleteListingRevision API.

ChangeArtifactCompartment(ChangeArtifactCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves the specified artifact to the specified compartment within the same tenancy.

Declaration
public Task<ChangeArtifactCompartmentResponse> ChangeArtifactCompartment(ChangeArtifactCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeArtifactCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeArtifactCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeArtifactCompartment API.

ChangeListingCompartment(ChangeListingCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves a listing from one compartment to another

Declaration
public Task<ChangeListingCompartmentResponse> ChangeListingCompartment(ChangeListingCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeListingCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeListingCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeListingCompartment API.

ChangeListingRevisionToNewStatus(ChangeListingRevisionToNewStatusRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision to New status

Declaration
public Task<ChangeListingRevisionToNewStatusResponse> ChangeListingRevisionToNewStatus(ChangeListingRevisionToNewStatusRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeListingRevisionToNewStatusRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeListingRevisionToNewStatusResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeListingRevisionToNewStatus API.

ChangeTermCompartment(ChangeTermCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves a term from one compartment to another

Declaration
public Task<ChangeTermCompartmentResponse> ChangeTermCompartment(ChangeTermCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeTermCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeTermCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeTermCompartment API.

CloneListingRevision(CloneListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Clone the published/withdrawn Listing Revision identified by the identifier.

Declaration
public Task<CloneListingRevisionResponse> CloneListingRevision(CloneListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CloneListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CloneListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CloneListingRevision API.

CreateArtifact(CreateArtifactRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new artifact in your compartment. You must specify your compartment ID in the request object. <br/> You must also specify a name for the artifact(although it can be an empty string). It does not have to be unique, and you can change it anytime with {@link #updateArtifact(UpdateArtifactRequest) updateArtifact}.. <br/> You must also specify a artifactType for the artifact. Allowed values are CONTAINER_IMAGE and HELM_CHART <br/> You must also provide the container or helm chart registry details for the corresponding images. Oracle container registry details (Registry/Concepts/registryoverview.htm). <br/> After you send your request, the new object's status will temporarily be IN_PROGRESS and lifecycleState will be CREATING. Before using the object, first make sure its lifecycleState has changed to ACTIVE and the status has changed to \u2018AVAILABLE\u2019 for the new Artifact.

Declaration
public Task<CreateArtifactResponse> CreateArtifact(CreateArtifactRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateArtifactRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateArtifactResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateArtifact API.

CreateListing(CreateListingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new listing in your compartment. You must specify your compartment ID in the request object. <br/> You must also specify a name for the listing and cannot be updated later. <br/> You must also specify a packageType for the listing. Allowed values are CONTAINER_IMAGE and HELM_CHART <br/> After you send your request, the new object's lifecycleState will be CREATING. Before using the object, first make sure its lifecycleState has changed to ACTIVE.

Declaration
public Task<CreateListingResponse> CreateListing(CreateListingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateListingRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateListingResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateListing API.

CreateListingRevision(CreateListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Listing Revision.

Declaration
public Task<CreateListingRevisionResponse> CreateListingRevision(CreateListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateListingRevision API.

CreateListingRevisionAttachment(CreateListingRevisionAttachmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new listing revision attachment.

Declaration
public Task<CreateListingRevisionAttachmentResponse> CreateListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateListingRevisionAttachmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateListingRevisionAttachmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateListingRevisionAttachment API.

CreateListingRevisionNote(CreateListingRevisionNoteRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Listing Revision Note.

Declaration
public Task<CreateListingRevisionNoteResponse> CreateListingRevisionNote(CreateListingRevisionNoteRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateListingRevisionNoteRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateListingRevisionNoteResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateListingRevisionNote API.

CreateListingRevisionPackage(CreateListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Listing Revision Package.

Declaration
public Task<CreateListingRevisionPackageResponse> CreateListingRevisionPackage(CreateListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateListingRevisionPackage API.

CreateTerm(CreateTermRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Term.

Declaration
public Task<CreateTermResponse> CreateTerm(CreateTermRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateTermRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateTermResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateTerm API.

CreateTermVersion(CreateTermVersionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Term Version.

Declaration
public Task<CreateTermVersionResponse> CreateTermVersion(CreateTermVersionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateTermVersionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateTermVersionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateTermVersion API.

DeleteArtifact(DeleteArtifactRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes the specified artifact.

Declaration
public Task<DeleteArtifactResponse> DeleteArtifact(DeleteArtifactRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteArtifactRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteArtifactResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteArtifact API.

DeleteListing(DeleteListingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a listing by the identifier

Declaration
public Task<DeleteListingResponse> DeleteListing(DeleteListingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteListingRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteListingResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteListing API.

DeleteListingRevision(DeleteListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a listing by the identifier

Declaration
public Task<DeleteListingRevisionResponse> DeleteListingRevision(DeleteListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteListingRevision API.

DeleteListingRevisionAttachment(DeleteListingRevisionAttachmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a listing revision attachment by the identifier

Declaration
public Task<DeleteListingRevisionAttachmentResponse> DeleteListingRevisionAttachment(DeleteListingRevisionAttachmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteListingRevisionAttachmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteListingRevisionAttachmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteListingRevisionAttachment API.

DeleteListingRevisionNote(DeleteListingRevisionNoteRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a listing revision note by the identifier.

Declaration
public Task<DeleteListingRevisionNoteResponse> DeleteListingRevisionNote(DeleteListingRevisionNoteRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteListingRevisionNoteRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteListingRevisionNoteResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteListingRevisionNote API.

DeleteListingRevisionPackage(DeleteListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a listing revision package by the identifier

Declaration
public Task<DeleteListingRevisionPackageResponse> DeleteListingRevisionPackage(DeleteListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteListingRevisionPackage API.

DeleteTerm(DeleteTermRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a Term by the identifier

Declaration
public Task<DeleteTermResponse> DeleteTerm(DeleteTermRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteTermRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteTermResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteTerm API.

DeleteTermVersion(DeleteTermVersionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a Term by the identifier

Declaration
public Task<DeleteTermVersionResponse> DeleteTermVersion(DeleteTermVersionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteTermVersionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteTermVersionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteTermVersion API.

GetArtifact(GetArtifactRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the specified artifact's information.

Declaration
public Task<GetArtifactResponse> GetArtifact(GetArtifactRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetArtifactRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetArtifactResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetArtifact API.

GetCategory(GetCategoryRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the specified category's information.

Declaration
public Task<GetCategoryResponse> GetCategory(GetCategoryRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetCategoryRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetCategoryResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetCategory API.

GetLead(GetLeadRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the details for a lead.

Declaration
public Task<GetLeadResponse> GetLead(GetLeadRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetLeadRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetLeadResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetLead API.

GetListing(GetListingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the details for a listing.

Declaration
public Task<GetListingResponse> GetListing(GetListingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListing API.

GetListingRevision(GetListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the details for a listing revision.

Declaration
public Task<GetListingRevisionResponse> GetListingRevision(GetListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevision API.

GetListingRevisionAttachment(GetListingRevisionAttachmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get the details of the specified listing revision attachment.

Declaration
public Task<GetListingRevisionAttachmentResponse> GetListingRevisionAttachment(GetListingRevisionAttachmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionAttachmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionAttachmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevisionAttachment API.

GetListingRevisionAttachmentContent(GetListingRevisionAttachmentContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get the attachment content by identifier.

Declaration
public Task<GetListingRevisionAttachmentContentResponse> GetListingRevisionAttachmentContent(GetListingRevisionAttachmentContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionAttachmentContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionAttachmentContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevisionAttachmentContent API.

GetListingRevisionIconContent(GetListingRevisionIconContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the content for a listing revision icon.

Declaration
public Task<GetListingRevisionIconContentResponse> GetListingRevisionIconContent(GetListingRevisionIconContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionIconContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionIconContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevisionIconContent API.

GetListingRevisionNote(GetListingRevisionNoteRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get note details by the identifier

Declaration
public Task<GetListingRevisionNoteResponse> GetListingRevisionNote(GetListingRevisionNoteRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionNoteRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionNoteResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevisionNote API.

GetListingRevisionPackage(GetListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get the details of the specified version of a package.

Declaration
public Task<GetListingRevisionPackageResponse> GetListingRevisionPackage(GetListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetListingRevisionPackage API.

GetMarket(GetMarketRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the specified market's information.

Declaration
public Task<GetMarketResponse> GetMarket(GetMarketRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetMarketRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetMarketResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetMarket API.

GetProduct(GetProductRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Product by code identifier

Declaration
public Task<GetProductResponse> GetProduct(GetProductRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetProductRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetProductResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetProduct API.

GetPublisher(GetPublisherRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Publisher by identifier

Declaration
public Task<GetPublisherResponse> GetPublisher(GetPublisherRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetPublisherRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetPublisherResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetPublisher API.

GetSupportDoc(GetSupportDocRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a SupportDoc by code identifier

Declaration
public Task<GetSupportDocResponse> GetSupportDoc(GetSupportDocRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetSupportDocRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetSupportDocResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetSupportDoc API.

GetSupportDocContent(GetSupportDocContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Support Doc content by supportDocCode

Declaration
public Task<GetSupportDocContentResponse> GetSupportDocContent(GetSupportDocContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetSupportDocContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetSupportDocContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetSupportDocContent API.

GetTerm(GetTermRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Term by identifier

Declaration
public Task<GetTermResponse> GetTerm(GetTermRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetTermRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetTermResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetTerm API.

GetTermVersion(GetTermVersionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Term Version by the identifier

Declaration
public Task<GetTermVersionResponse> GetTermVersion(GetTermVersionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetTermVersionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetTermVersionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetTermVersion API.

GetTermVersionContent(GetTermVersionContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Term Version content by the identifier.

Declaration
public Task<GetTermVersionContentResponse> GetTermVersionContent(GetTermVersionContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetTermVersionContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetTermVersionContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetTermVersionContent API.

GetWorkRequest(GetWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets details of the work request with the given ID.

Declaration
public Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWorkRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWorkRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWorkRequest API.

ListArtifacts(ListArtifactsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the artifacts in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListArtifactsResponse> ListArtifacts(ListArtifactsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListArtifactsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListArtifactsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListArtifacts API.

ListAvailableServices(ListAvailableServicesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List all published service listing revisions

Declaration
public Task<ListAvailableServicesResponse> ListAvailableServices(ListAvailableServicesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListAvailableServicesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListAvailableServicesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListAvailableServices API.

ListCategories(ListCategoriesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the categories in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListCategoriesResponse> ListCategories(ListCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListCategoriesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListCategoriesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListCategories API.

ListCustomerInstanceReportRecords(ListCustomerInstanceReportRecordsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List customer instance report records

Declaration
public Task<ListCustomerInstanceReportRecordsResponse> ListCustomerInstanceReportRecords(ListCustomerInstanceReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListCustomerInstanceReportRecordsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListCustomerInstanceReportRecordsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListCustomerInstanceReportRecords API.

ListDisbursementReportRecords(ListDisbursementReportRecordsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List disbursement report records

Declaration
public Task<ListDisbursementReportRecordsResponse> ListDisbursementReportRecords(ListDisbursementReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListDisbursementReportRecordsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListDisbursementReportRecordsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListDisbursementReportRecords API.

ListLeads(ListLeadsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the leads in your compartment that belong to a listing. You must specify your listing's OCID as the value for the listing ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListLeadsResponse> ListLeads(ListLeadsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListLeadsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListLeadsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListLeads API.

ListListingRevisionAttachments(ListListingRevisionAttachmentsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the list of attachments for a listing revision in a compartment

Declaration
public Task<ListListingRevisionAttachmentsResponse> ListListingRevisionAttachments(ListListingRevisionAttachmentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListListingRevisionAttachmentsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListListingRevisionAttachmentsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListListingRevisionAttachments API.

ListListingRevisionNotes(ListListingRevisionNotesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the list of notes for a listing revision.

Declaration
public Task<ListListingRevisionNotesResponse> ListListingRevisionNotes(ListListingRevisionNotesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListListingRevisionNotesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListListingRevisionNotesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListListingRevisionNotes API.

ListListingRevisionPackages(ListListingRevisionPackagesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the list of packages for a listing revision.

Declaration
public Task<ListListingRevisionPackagesResponse> ListListingRevisionPackages(ListListingRevisionPackagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListListingRevisionPackagesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListListingRevisionPackagesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListListingRevisionPackages API.

ListListingRevisions(ListListingRevisionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the list of listing revisions for a specific listing ID, compartment ID or listing revision status. <br/> You can specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListListingRevisionsResponse> ListListingRevisions(ListListingRevisionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListListingRevisionsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListListingRevisionsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListListingRevisions API.

ListListings(ListListingsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the listings in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListListingsResponse> ListListings(ListListingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListListingsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListListingsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListListings API.

ListMarkets(ListMarketsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the markets in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListMarketsResponse> ListMarkets(ListMarketsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListMarketsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListMarketsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListMarkets API.

ListProducts(ListProductsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the products in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListProductsResponse> ListProducts(ListProductsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListProductsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListProductsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListProducts API.

ListPublishers(ListPublishersRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of publishers.

Declaration
public Task<ListPublishersResponse> ListPublishers(ListPublishersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListPublishersRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListPublishersResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListPublishers API.

ListSupportDocs(ListSupportDocsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the supportDocs in your compartment. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListSupportDocsResponse> ListSupportDocs(ListSupportDocsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListSupportDocsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListSupportDocsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListSupportDocs API.

ListSupportedCurrencies(ListSupportedCurrenciesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the currencies supported by the Marketplace Publisher Service. You must specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).

Declaration
public Task<ListSupportedCurrenciesResponse> ListSupportedCurrencies(ListSupportedCurrenciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListSupportedCurrenciesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListSupportedCurrenciesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListSupportedCurrencies API.

ListSupportedShapes(ListSupportedShapesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the shapes available to select from.

Declaration
public Task<ListSupportedShapesResponse> ListSupportedShapes(ListSupportedShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListSupportedShapesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListSupportedShapesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListSupportedShapes API.

ListTermVersions(ListTermVersionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of the publisher term versions.

Declaration
public Task<ListTermVersionsResponse> ListTermVersions(ListTermVersionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListTermVersionsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListTermVersionsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListTermVersions API.

ListTerms(ListTermsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of the publisher terms.

Declaration
public Task<ListTermsResponse> ListTerms(ListTermsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListTermsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListTermsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListTerms API.

ListWorkRequestErrors(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a (paginated) list of errors for the work request with the given ID.

Declaration
public Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestErrorsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestErrors API.

ListWorkRequestLogs(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a (paginated) list of logs for the work request with the given ID.

Declaration
public Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestLogsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestLogs API.

ListWorkRequests(ListWorkRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the work requests in a compartment.

Declaration
public Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequests API.

MarkListingRevisionPackageAsDefault(MarkListingRevisionPackageAsDefaultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Mark the Listing Revision Package identified by the id and package version as default

Declaration
public Task<MarkListingRevisionPackageAsDefaultResponse> MarkListingRevisionPackageAsDefault(MarkListingRevisionPackageAsDefaultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
MarkListingRevisionPackageAsDefaultRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<MarkListingRevisionPackageAsDefaultResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use MarkListingRevisionPackageAsDefault API.

PublishListingRevision(PublishListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Publish the Listing revision identified by Identifier.

Declaration
public Task<PublishListingRevisionResponse> PublishListingRevision(PublishListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
PublishListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<PublishListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use PublishListingRevision API.

PublishListingRevisionAsPrivate(PublishListingRevisionAsPrivateRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision to PublishAsPrivate

Declaration
public Task<PublishListingRevisionAsPrivateResponse> PublishListingRevisionAsPrivate(PublishListingRevisionAsPrivateRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
PublishListingRevisionAsPrivateRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<PublishListingRevisionAsPrivateResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use PublishListingRevisionAsPrivate API.

PublishListingRevisionPackage(PublishListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision Package to publish status

Declaration
public Task<PublishListingRevisionPackageResponse> PublishListingRevisionPackage(PublishListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
PublishListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<PublishListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use PublishListingRevisionPackage API.

SubmitListingRevisionForReview(SubmitListingRevisionForReviewRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update the Listing Revision identified by the id for review

Declaration
public Task<SubmitListingRevisionForReviewResponse> SubmitListingRevisionForReview(SubmitListingRevisionForReviewRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SubmitListingRevisionForReviewRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<SubmitListingRevisionForReviewResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use SubmitListingRevisionForReview API.

UnPublishListingRevisionPackage(UnPublishListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision Package to Unpublish status

Declaration
public Task<UnPublishListingRevisionPackageResponse> UnPublishListingRevisionPackage(UnPublishListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UnPublishListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UnPublishListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UnPublishListingRevisionPackage API.

UpdateArtifact(UpdateArtifactRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the specified artifact identified by the id.

Declaration
public Task<UpdateArtifactResponse> UpdateArtifact(UpdateArtifactRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateArtifactRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateArtifactResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateArtifact API.

UpdateListing(UpdateListingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the specified Listing identified by the id.

Declaration
public Task<UpdateListingResponse> UpdateListing(UpdateListingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListing API.

UpdateListingRevision(UpdateListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision

Declaration
public Task<UpdateListingRevisionResponse> UpdateListingRevision(UpdateListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevision API.

UpdateListingRevisionAttachment(UpdateListingRevisionAttachmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision Attachment

Declaration
public Task<UpdateListingRevisionAttachmentResponse> UpdateListingRevisionAttachment(UpdateListingRevisionAttachmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionAttachmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionAttachmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevisionAttachment API.

UpdateListingRevisionAttachmentContent(UpdateListingRevisionAttachmentContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update a file to listing revision attachment

Declaration
public Task<UpdateListingRevisionAttachmentContentResponse> UpdateListingRevisionAttachmentContent(UpdateListingRevisionAttachmentContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionAttachmentContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionAttachmentContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevisionAttachmentContent API.

UpdateListingRevisionIconContent(UpdateListingRevisionIconContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision

Declaration
public Task<UpdateListingRevisionIconContentResponse> UpdateListingRevisionIconContent(UpdateListingRevisionIconContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionIconContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionIconContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevisionIconContent API.

UpdateListingRevisionNote(UpdateListingRevisionNoteRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision Note tag data

Declaration
public Task<UpdateListingRevisionNoteResponse> UpdateListingRevisionNote(UpdateListingRevisionNoteRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionNoteRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionNoteResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevisionNote API.

UpdateListingRevisionPackage(UpdateListingRevisionPackageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Listing Revision Package.

Declaration
public Task<UpdateListingRevisionPackageResponse> UpdateListingRevisionPackage(UpdateListingRevisionPackageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateListingRevisionPackageRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateListingRevisionPackageResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateListingRevisionPackage API.

UpdateTerm(UpdateTermRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Term

Declaration
public Task<UpdateTermResponse> UpdateTerm(UpdateTermRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateTermRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateTermResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateTerm API.

UpdateTermVersion(UpdateTermVersionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Term Version

Declaration
public Task<UpdateTermVersionResponse> UpdateTermVersion(UpdateTermVersionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateTermVersionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateTermVersionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateTermVersion API.

UpdateTermVersionContent(UpdateTermVersionContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Term Version attachment

Declaration
public Task<UpdateTermVersionContentResponse> UpdateTermVersionContent(UpdateTermVersionContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateTermVersionContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateTermVersionContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateTermVersionContent API.

ValidateAndPublishArtifact(ValidateAndPublishArtifactRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Validate and publish artifact.

Declaration
public Task<ValidateAndPublishArtifactResponse> ValidateAndPublishArtifact(ValidateAndPublishArtifactRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ValidateAndPublishArtifactRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ValidateAndPublishArtifactResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ValidateAndPublishArtifact API.

WithdrawListingRevision(WithdrawListingRevisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update the Listing Revision identified by the id as Withdraw/UnPublished.

Declaration
public Task<WithdrawListingRevisionResponse> WithdrawListingRevision(WithdrawListingRevisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
WithdrawListingRevisionRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<WithdrawListingRevisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use WithdrawListingRevision API.

Implements

IDisposable
In this article
Back to top