TimeSeriesDatabaseConnectionsOperationsExtensions.Get 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.
Get the description of an existing time series database connection.
public static Microsoft.Azure.Management.DigitalTwins.Models.TimeSeriesDatabaseConnection Get (this Microsoft.Azure.Management.DigitalTwins.ITimeSeriesDatabaseConnectionsOperations operations, string resourceGroupName, string resourceName, string timeSeriesDatabaseConnectionName);
static member Get : Microsoft.Azure.Management.DigitalTwins.ITimeSeriesDatabaseConnectionsOperations * string * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.TimeSeriesDatabaseConnection
<Extension()>
Public Function Get (operations As ITimeSeriesDatabaseConnectionsOperations, resourceGroupName As String, resourceName As String, timeSeriesDatabaseConnectionName As String) As TimeSeriesDatabaseConnection
Parameters
- operations
- ITimeSeriesDatabaseConnectionsOperations
The operations group for this extension method.
- 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.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET