Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModernSubscriptionCreationParameters

Package version

The parameters required to create a new subscription.

Hierarchy

  • ModernSubscriptionCreationParameters

Index

Properties

Optional additionalParameters

additionalParameters: undefined | object

Additional, untyped parameters to support custom subscription creation scenarios.

billingProfileId

billingProfileId: string

The ARM ID of the billing profile for which you want to create the subscription.

Optional costCenter

costCenter: undefined | string

If set, the cost center will show up on the Azure usage and charges file.

displayName

displayName: string

The friendly name of the subscription.

Optional managementGroupId

managementGroupId: undefined | string

The identifier of the management group to which this subscription will be associated.

Optional owner

If specified, the AD principal will get owner access to the subscription, along with the user who is performing the create subscription operation

skuId

skuId: string

The SKU ID of the Azure plan. Azure plan determines the pricing and service-level agreement of the subscription. Use 001 for Microsoft Azure Plan and 002 for Microsoft Azure Plan for DevTest.

Generated using TypeDoc