|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| ResourceRecordApi () | |
| Initializes a new instance of the ResourceRecordApi class. More... | |
| ResourceRecordApi (string basePath) | |
| Initializes a new instance of the ResourceRecordApi class. More... | |
| ResourceRecordApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the ResourceRecordApi class using Configuration object More... | |
| ResourceRecordApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the ResourceRecordApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| DeletedEntityResponse | DeleteResourceRecord (string scope, string code, string resourceId, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteResourceRecordWithHttpInfo (string scope, string code, string resourceId, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteResourceRecordAsync (string scope, string code, string resourceId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteResourceRecordWithHttpInfoAsync (string scope, string code, string resourceId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record. More... | |
| ResourceRecord | GetResourceRecord (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceRecord > | GetResourceRecordWithHttpInfo (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier. More... | |
| async System.Threading.Tasks.Task< ResourceRecord > | GetResourceRecordAsync (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceRecord > > | GetResourceRecordWithHttpInfoAsync (string scope, string code, string resourceId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier. More... | |
| ResourceListOfString | ListResourceRecordCodes (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfString > | ListResourceRecordCodesWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< ResourceListOfString > | ListResourceRecordCodesAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfString > > | ListResourceRecordCodesWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? sortOrder=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria. More... | |
| ResourceListOfScopeDefinition | ListResourceRecordScopes (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > | ListResourceRecordScopesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< ResourceListOfScopeDefinition > | ListResourceRecordScopesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfScopeDefinition > > | ListResourceRecordScopesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria. More... | |
| PagedResourceListOfResourceRecord | ListResourceRecords (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfResourceRecord > | ListResourceRecordsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfResourceRecord > | ListResourceRecordsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfResourceRecord > > | ListResourceRecordsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria. More... | |
| ResourceRecord | UpsertResourceRecord (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceRecord > | UpsertResourceRecordWithHttpInfo (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record. More... | |
| async System.Threading.Tasks.Task< ResourceRecord > | UpsertResourceRecordAsync (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceRecord > > | UpsertResourceRecordWithHttpInfoAsync (UpsertResourceRecordRequest upsertResourceRecordRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record. More... | |
Properties | |
| Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
| The client for accessing this underlying API asynchronously. More... | |
| Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
| The client for accessing this underlying API synchronously. More... | |
| Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
| Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the ResourceRecordApi class.
|
inline |
Initializes a new instance of the ResourceRecordApi class.
|
inline |
Initializes a new instance of the ResourceRecordApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ResourceRecordApi class using a Configuration object and client instance.
| client | The client interface for synchronous API access. |
| asyncClient | The client interface for asynchronous API access. |
| configuration | The configuration object. |
|
inline |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] DeleteResourceRecord: Delete a Resource Record Delete a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] GetResourceRecord: Get a Resource Record Retrieve a resource record by its identifier.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| resourceId | The resource identifier of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "ASC" or "DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "ASC" or "DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "ASC" or "DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecordCodes: List Resource Records Codes for Scope List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| sortOrder | Order of the sort - either "ASC" or "DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecordScopes: List Resource Record Scopes List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] ListResourceRecords: List Resource Records List all resource records matching particular criteria.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the resource record. |
| code | The code of the resource record. |
| asAt | The asAt datetime at which to list the resource record. Defaults to return the latest version if not specified. (optional) |
| page | The pagination token to use to continue listing resource records from a previous call. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many. (optional) |
| filter | Expression to filter the result set. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
inline |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiSync.
|
inline |
[EARLY ACCESS] UpsertResourceRecord: Upsert a Resource Record Create or update a resource record.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| upsertResourceRecordRequest | The resource record to upsert. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IResourceRecordApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.