ArmBillingModelFactory.RecipientTransferDetailData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RecipientTransferDetailData.
public static Azure.ResourceManager.Billing.RecipientTransferDetailData RecipientTransferDetailData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? expireOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.EligibleProductType> allowedProductType = default, Azure.ResourceManager.Billing.Models.PartnerTransferStatus? transferStatus = default, string recipientEmailId = default, string initiatorEmailId = default, string resellerId = default, string resellerName = default, Azure.ResourceManager.Billing.Models.InitiatorCustomerType? initiatorCustomerType = default, string canceledBy = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.DetailedTransferStatus> detailedTransferStatus = default, Guid? customerTenantId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.BillingSupportedAccountType> supportedAccounts = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member RecipientTransferDetailData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Billing.Models.EligibleProductType> * Nullable<Azure.ResourceManager.Billing.Models.PartnerTransferStatus> * string * string * string * string * Nullable<Azure.ResourceManager.Billing.Models.InitiatorCustomerType> * string * seq<Azure.ResourceManager.Billing.Models.DetailedTransferStatus> * Nullable<Guid> * seq<Azure.ResourceManager.Billing.Models.BillingSupportedAccountType> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Billing.RecipientTransferDetailData
Public Shared Function RecipientTransferDetailData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional allowedProductType As IEnumerable(Of EligibleProductType) = Nothing, Optional transferStatus As Nullable(Of PartnerTransferStatus) = Nothing, Optional recipientEmailId As String = Nothing, Optional initiatorEmailId As String = Nothing, Optional resellerId As String = Nothing, Optional resellerName As String = Nothing, Optional initiatorCustomerType As Nullable(Of InitiatorCustomerType) = Nothing, Optional canceledBy As String = Nothing, Optional detailedTransferStatus As IEnumerable(Of DetailedTransferStatus) = Nothing, Optional customerTenantId As Nullable(Of Guid) = Nothing, Optional supportedAccounts As IEnumerable(Of BillingSupportedAccountType) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As RecipientTransferDetailData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- expireOn
- Nullable<DateTimeOffset>
The time at which the transfer request expires.
- allowedProductType
- IEnumerable<EligibleProductType>
Type of subscriptions that can be transferred.
- transferStatus
- Nullable<PartnerTransferStatus>
Overall transfer status.
- recipientEmailId
- String
The email ID of the user to whom the transfer request was sent.
- initiatorEmailId
- String
The email ID of the user who sent the transfer request.
- resellerId
- String
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account.
- resellerName
- String
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account.
- initiatorCustomerType
- Nullable<InitiatorCustomerType>
The type of customer who sent the transfer request.
- canceledBy
- String
The email ID of the user who canceled the transfer request.
- detailedTransferStatus
- IEnumerable<DetailedTransferStatus>
Detailed transfer status.
- supportedAccounts
- IEnumerable<BillingSupportedAccountType>
List of supported account types.
- tags
- IDictionary<String,String>
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 < > % & \ ? /.
Returns
A new RecipientTransferDetailData instance for mocking.