Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubscriptionCreationParameters

Package version

Subscription Creation Parameters required to create a new Azure subscription.

Hierarchy

  • SubscriptionCreationParameters

Index

Properties

Optional additionalParameters

additionalParameters: undefined | object

Additional, untyped parameters to support custom subscription creation scenarios.

Optional displayName

displayName: undefined | string

The display name of the subscription.

Optional offerType

offerType: OfferType

The offer type of the subscription. For example, MS-AZR-0017P (EnterpriseAgreement) and MS-AZR-0148P (EnterpriseAgreement devTest) are available. Only valid when creating a subscription in a enrollment account scope. Possible values include: 'MS-AZR-0017P', 'MS-AZR-0148P'

Optional owners

owners: AdPrincipal[]

The list of principals that should be granted Owner access on the subscription. Principals should be of type User, Service Principal or Security Group.

Generated using TypeDoc