Skip to main content

recipient_transfers

Creates, updates, deletes, gets or lists a recipient_transfers resource.

Overview

Namerecipient_transfers
TypeResource
Idazure.billing.recipient_transfers

Fields

NameDatatypeDescription
allowed_product_typetextfield from the properties object
canceled_bytextfield from the properties object
customer_tenant_idtextfield from the properties object
detailed_transfer_statustextfield from the properties object
expiration_timetextfield from the properties object
initiator_customer_typetextfield from the properties object
initiator_email_idtextfield from the properties object
recipient_email_idtextfield from the properties object
reseller_idtextfield from the properties object
reseller_nametextfield from the properties object
supported_accountstextfield from the properties object
tagstextDictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
transferNametextfield from the properties object
transfer_statustextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTtransferName
listSELECT
acceptEXECtransferName
declineEXECtransferName
validateEXECtransferName

SELECT examples

SELECT
allowed_product_type,
canceled_by,
customer_tenant_id,
detailed_transfer_status,
expiration_time,
initiator_customer_type,
initiator_email_id,
recipient_email_id,
reseller_id,
reseller_name,
supported_accounts,
tags,
transferName,
transfer_status
FROM azure.billing.vw_recipient_transfers
;