Bagikan melalui


ConfidentialLedgerCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • Operation Id: Ledger_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>> GetIfExistsAsync (string ledgerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>>
Public Overridable Function GetIfExistsAsync (ledgerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ConfidentialLedgerResource))

Parameters

ledgerName
String

Name of the Confidential Ledger.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ledgerName is null.

Applies to