Bagikan melalui


ConfidentialLedgerCollection.GetIfExists(String, CancellationToken) 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 Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource> GetIfExists (string ledgerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>
Public Overridable Function GetIfExists (ledgerName As String, Optional cancellationToken As CancellationToken = Nothing) As 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