ArmBillingModelFactory.BillingTransferDetailData 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 BillingTransferDetailData.
public static Azure.ResourceManager.Billing.BillingTransferDetailData BillingTransferDetailData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? expireOn = default, Azure.ResourceManager.Billing.Models.PartnerTransferStatus? transferStatus = default, string recipientEmailId = default, string initiatorEmailId = default, string canceledBy = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.DetailedTransferStatus> detailedTransferStatus = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member BillingTransferDetailData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Billing.Models.PartnerTransferStatus> * string * string * string * seq<Azure.ResourceManager.Billing.Models.DetailedTransferStatus> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Billing.BillingTransferDetailData
Public Shared Function BillingTransferDetailData (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 transferStatus As Nullable(Of PartnerTransferStatus) = Nothing, Optional recipientEmailId As String = Nothing, Optional initiatorEmailId As String = Nothing, Optional canceledBy As String = Nothing, Optional detailedTransferStatus As IEnumerable(Of DetailedTransferStatus) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As BillingTransferDetailData
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.
- 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.
- canceledBy
- String
The email ID of the user who canceled the transfer request.
- detailedTransferStatus
- IEnumerable<DetailedTransferStatus>
Detailed transfer status.
- 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 BillingTransferDetailData instance for mocking.