共用方式為


PostgreSqlServerKeyCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

keyName
String

The name of the PostgreSQL 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