共用方式為


ArmBillingModelFactory.PartnerTransferDetailData Method

Definition

Initializes a new instance of PartnerTransferDetailData.

public static Azure.ResourceManager.Billing.PartnerTransferDetailData PartnerTransferDetailData (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, Azure.ResourceManager.Billing.Models.InitiatorCustomerType? initiatorCustomerType = default, string initiatorEmailId = default, string resellerId = default, string resellerName = 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 PartnerTransferDetailData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Billing.Models.PartnerTransferStatus> * string * Nullable<Azure.ResourceManager.Billing.Models.InitiatorCustomerType> * string * string * string * string * seq<Azure.ResourceManager.Billing.Models.DetailedTransferStatus> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Billing.PartnerTransferDetailData
Public Shared Function PartnerTransferDetailData (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 initiatorCustomerType As Nullable(Of InitiatorCustomerType) = Nothing, Optional initiatorEmailId As String = Nothing, Optional resellerId As String = Nothing, Optional resellerName As String = Nothing, Optional canceledBy As String = Nothing, Optional detailedTransferStatus As IEnumerable(Of DetailedTransferStatus) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As PartnerTransferDetailData

Parameters

id
ResourceIdentifier

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.

initiatorCustomerType
Nullable<InitiatorCustomerType>

The type of customer who sent the transfer request.

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.

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 PartnerTransferDetailData instance for mocking.

Applies to