共用方式為


MySqlServerKeyCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys/{keyName}
  • Operation Id: ServerKeys_Get
  • Default Api Version: 2020-01-01
  • Resource: MySqlServerKeyResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlServerKeyResource>> GetIfExistsAsync (string keyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlServerKeyResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlServerKeyResource>>
Public Overridable Function GetIfExistsAsync (keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of MySqlServerKeyResource))

Parameters

keyName
String

The name of the MySQL Server key to be retrieved.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

keyName is an empty string, and was expected to be non-empty.

keyName is null.

Applies to