PutAliasRequestProperties interface
Put subscription properties.
Properties
additional |
Put alias request additional properties. |
billing |
Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
display |
The friendly name of the subscription. |
reseller |
Reseller Id |
subscription |
This parameter can be used to create alias for existing subscription Id |
workload | The workload type of the subscription. It can be either Production or DevTest. |
Property Details
additionalProperties
Put alias request additional properties.
additionalProperties?: PutAliasRequestAdditionalProperties
Property Value
billingScope
Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
billingScope?: string
Property Value
string
displayName
The friendly name of the subscription.
displayName?: string
Property Value
string
resellerId
Reseller Id
resellerId?: string
Property Value
string
subscriptionId
This parameter can be used to create alias for existing subscription Id
subscriptionId?: string
Property Value
string
workload
The workload type of the subscription. It can be either Production or DevTest.
workload?: string
Property Value
string