Share via


Plan (Administrator object)

 

Applies To: Windows Azure Pack

Represents a plan.

Elements

The Plan object has the following elements:

Element

Description

Id

The unique identifier of the plan.

DisplayName

The unique display name of the plan.

State

The state of the plan. Possible values are:

Value

Description

0

Private. Only Administrators can view the plan.

1

Public. Tenants can view and subscribe to the plan.

2

Decommissioned. New subscriptions cannot use the Plan.

ConfigState

The configuration state. Possible values:

Value

Description

0

The plan/add-on is not configured.

1

The plan/add-on is configured.

QuotaSyncState

The synchronization state. Possible values are:

Value

Description

0

Synchronized.

1

Synchronization is taking place.

2

Not synchronized.

LastErrorMessage

The last error message.

Advertisements

A list of PlanAdvertisements (Administrator object) objects.

ServiceQuotas

A list of ServiceQuota (Administrator object) objects.

SubscriptionCount

The plan subscription count.

MaxSubscriptionsPerAccount

The maximum number of subscriptions that are allowed for each account. -1 represents unlimited subscriptions. The default value is 1.

AddOnReferences

A list of PlanAddonReference (Administrator object) objects.

Addons

A list of PlanAddon (Administrator object) objects.

InvitationCode

The invitation code of the plan.

Price

The price of the plan.

Permissions

This object is only available to administrators.

See Also

Administrator Plan Interfaces