Sdílet prostřednictvím


RecipientTransferDetailCollection Class

Definition

A class representing a collection of RecipientTransferDetailResource and their operations. Each RecipientTransferDetailResource in the collection will belong to the same instance of TenantResource. To get a RecipientTransferDetailCollection instance call the GetRecipientTransferDetails method from an instance of TenantResource.

public class RecipientTransferDetailCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Billing.RecipientTransferDetailResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.RecipientTransferDetailResource>
type RecipientTransferDetailCollection = class
    inherit ArmCollection
    interface seq<RecipientTransferDetailResource>
    interface IEnumerable
    interface IAsyncEnumerable<RecipientTransferDetailResource>
Public Class RecipientTransferDetailCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RecipientTransferDetailResource), IEnumerable(Of RecipientTransferDetailResource)
Inheritance
RecipientTransferDetailCollection
Implements

Constructors

RecipientTransferDetailCollection()

Initializes a new instance of the RecipientTransferDetailCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
Get(String, CancellationToken)

Gets a transfer request by ID. The caller must be the recipient of the transfer request.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
GetAll(CancellationToken)

Lists the transfer requests received by the caller.

  • Request Path: /providers/Microsoft.Billing/transfers
  • Operation Id: RecipientTransfers_List
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
GetAllAsync(CancellationToken)

Lists the transfer requests received by the caller.

  • Request Path: /providers/Microsoft.Billing/transfers
  • Operation Id: RecipientTransfers_List
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
GetAsync(String, CancellationToken)

Gets a transfer request by ID. The caller must be the recipient of the transfer request.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/transfers/{transferName}
  • Operation Id: RecipientTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: RecipientTransferDetailResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<RecipientTransferDetailResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RecipientTransferDetailResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to