DigitalTwins.TimeSeriesDatabaseConnectionsCreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TimeSeriesDatabaseConnectionsCreateOrUpdate(String, String, String, String, ITimeSeriesDatabaseConnection, Func<HttpResponseMessage, Task<ITimeSeriesDatabaseConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)
update a time series database connection.
public System.Threading.Tasks.Task TimeSeriesDatabaseConnectionsCreateOrUpdate(string subscriptionId, string resourceGroupName, string resourceName, string timeSeriesDatabaseConnectionName, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.TimeSeriesDatabaseConnectionsCreateOrUpdate : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.SerializationMode -> System.Threading.Tasks.Task
Public Function TimeSeriesDatabaseConnectionsCreateOrUpdate (subscriptionId As String, resourceGroupName As String, resourceName As String, timeSeriesDatabaseConnectionName As String, body As ITimeSeriesDatabaseConnection, onOk As Func(Of HttpResponseMessage, Task(Of ITimeSeriesDatabaseConnection), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task
Parameters
- subscriptionId
- String
The subscription identifier.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- timeSeriesDatabaseConnectionName
- String
Name of time series database connection.
The time series database connection description.
a delegate that is called when the remote service returns 200 (OK).
- onDefault
- Func<HttpResponseMessage,Task<IErrorResponse>,Task>
a delegate that is called when the remote service returns default (any response code not handled elsewhere).
- eventListener
- IEventListener
an IEventListener instance that will receive events.
- sender
- ISendAsync
an instance of an Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync pipeline to use to make the request.
- serializationMode
- SerializationMode
Allows the caller to choose the depth of the serialization. See SerializationMode.
Returns
A Task that will be complete when handling of the response is completed.
Applies to
TimeSeriesDatabaseConnectionsCreateOrUpdate(String, String, String, String, ITimeSeriesDatabaseConnection, Func<HttpResponseMessage, Task<ITimeSeriesDatabaseConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
Create or update a time series database connection.
public System.Threading.Tasks.Task TimeSeriesDatabaseConnectionsCreateOrUpdate(string subscriptionId, string resourceGroupName, string resourceName, string timeSeriesDatabaseConnectionName, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnection body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnection>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync sender);
member this.TimeSeriesDatabaseConnectionsCreateOrUpdate : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnection * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnection>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function TimeSeriesDatabaseConnectionsCreateOrUpdate (subscriptionId As String, resourceGroupName As String, resourceName As String, timeSeriesDatabaseConnectionName As String, body As ITimeSeriesDatabaseConnection, onOk As Func(Of HttpResponseMessage, Task(Of ITimeSeriesDatabaseConnection), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- subscriptionId
- String
The subscription identifier.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- timeSeriesDatabaseConnectionName
- String
Name of time series database connection.
The time series database connection description.
a delegate that is called when the remote service returns 200 (OK).
- onDefault
- Func<HttpResponseMessage,Task<IErrorResponse>,Task>
a delegate that is called when the remote service returns default (any response code not handled elsewhere).
- eventListener
- IEventListener
an IEventListener instance that will receive events.
- sender
- ISendAsync
an instance of an Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.ISendAsync pipeline to use to make the request.
Returns
A Task that will be complete when handling of the response is completed.