recipient_transfers
Creates, updates, deletes, gets or lists a recipient_transfers
resource.
Overview
Name | recipient_transfers |
Type | Resource |
Id | azure.billing.recipient_transfers |
Fields
- vw_recipient_transfers
- recipient_transfers
Name | Datatype | Description |
---|---|---|
allowed_product_type | text | field from the properties object |
canceled_by | text | field from the properties object |
customer_tenant_id | text | field from the properties object |
detailed_transfer_status | text | field from the properties object |
expiration_time | text | field from the properties object |
initiator_customer_type | text | field from the properties object |
initiator_email_id | text | field from the properties object |
recipient_email_id | text | field from the properties object |
reseller_id | text | field from the properties object |
reseller_name | text | field from the properties object |
supported_accounts | text | field from the properties object |
tags | text | Dictionary 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 < > % & \ ? / |
transferName | text | field from the properties object |
transfer_status | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Transfer Details. |
tags | object | Dictionary 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 < > % & \ ? / |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | transferName | |
list | SELECT |
| |
accept | EXEC | transferName | |
decline | EXEC | transferName | |
validate | EXEC | transferName |
SELECT
examples
- vw_recipient_transfers
- recipient_transfers
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
;
SELECT
properties,
tags
FROM azure.billing.recipient_transfers
;