AccountMergeInfoResponse

data class AccountMergeInfoResponse(val accountLocation: String, val accountName: String, val accountResourceGroupName: String, val accountSubscriptionId: String, val deprovisioned: Boolean, val mergeStatus: String, val typeOfAccount: String)

The public Account Merge Info model.

Constructors

Link copied to clipboard
constructor(accountLocation: String, accountName: String, accountResourceGroupName: String, accountSubscriptionId: String, deprovisioned: Boolean, mergeStatus: String, typeOfAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account location of the other account in the merge operation.

Link copied to clipboard

The account name of the other account in the merge operation.

Link copied to clipboard

The resource group name of the other account in the merge operation.

Link copied to clipboard

The subscription id of the other account in the merge operation.

Link copied to clipboard

The deprovisioned status of the account. Only applicable for the secondary account.

Link copied to clipboard

The status of the merge operation.

Link copied to clipboard

The account's type for the merge operation.