ConfigurationsOperationsExtensions.GetAsync Method

Definition

Gets information about a configuration of server.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.Configuration> GetAsync (this Microsoft.Azure.Management.MySQL.IConfigurationsOperations operations, string resourceGroupName, string serverName, string configurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.MySQL.IConfigurationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.Configuration>
<Extension()>
Public Function GetAsync (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, configurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Configuration)

Parameters

operations
IConfigurationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

configurationName
String

The name of the server configuration.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to