Share via


PartnerTransferDetailCollection Class

Definition

A class representing a collection of PartnerTransferDetailResource and their operations. Each PartnerTransferDetailResource in the collection will belong to the same instance of BillingProfileCustomerResource. To get a PartnerTransferDetailCollection instance call the GetPartnerTransferDetails method from an instance of BillingProfileCustomerResource.

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

Constructors

PartnerTransferDetailCollection()

Initializes a new instance of the PartnerTransferDetailCollection 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

CreateOrUpdate(WaitUntil, String, PartnerTransferDetailCreateOrUpdateContent, CancellationToken)

Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Initiate
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
CreateOrUpdateAsync(WaitUntil, String, PartnerTransferDetailCreateOrUpdateContent, CancellationToken)

Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Initiate
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
Get(String, CancellationToken)

Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
GetAll(CancellationToken)

Lists the transfer requests sent to a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers
  • Operation Id: PartnerTransfers_List
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
GetAllAsync(CancellationToken)

Lists the transfer requests sent to a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers
  • Operation Id: PartnerTransfers_List
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
GetAsync(String, CancellationToken)

Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/transfers/{transferName}
  • Operation Id: PartnerTransfers_Get
  • Default Api Version: 2024-04-01
  • Resource: PartnerTransferDetailResource
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<PartnerTransferDetailResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PartnerTransferDetailResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to