You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Creates an order to purchase an add-on for the specific subscription on behalf of the customer. This example shows how to purchase the Microsoft MyAnalytics add-on for the specified subscription. In this case the specified subscription is an Office 365 E3 subscription.
40
66
41
67
## PARAMETERS
42
68
@@ -71,6 +97,21 @@ Accept pipeline input: False
71
97
Accept wildcard characters: False
72
98
```
73
99
100
+
### -OrderId
101
+
The order identifier used when purchasing an add-on.
102
+
103
+
```yaml
104
+
Type: String
105
+
Parameter Sets: AddOn
106
+
Aliases:
107
+
108
+
Required: True
109
+
Position: Named
110
+
Default value: None
111
+
Accept pipeline input: False
112
+
Accept wildcard characters: False
113
+
```
114
+
74
115
### -Confirm
75
116
Prompts you for confirmation before running the cmdlet.
0 commit comments