Delen via


PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId}
  • Operation Id: Administrators_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: PostgreSqlFlexibleServerActiveDirectoryAdministratorResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorResource>> GetIfExistsAsync (string objectId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorResource>>
Public Overridable Function GetIfExistsAsync (objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of PostgreSqlFlexibleServerActiveDirectoryAdministratorResource))

Parameters

objectId
String

Guid of the objectId for the administrator.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

objectId is null.

Applies to