-
Notifications
You must be signed in to change notification settings - Fork 97
Subscription Apis
David Ebbo edited this page Jan 20, 2015
·
1 revision
- List Subscriptions
ARMClient.exe get /subscriptions?api-version=2014-04-01
Note: this lists the subscription belonging to the current token tenant. You can switch to different tenant by calling ARMClient.exe token {tenant}
. To see all the token tenants available, call ARMClient.exe listcache
.
- Get Subscription
ARMClient.exe get /subscriptions/{subscription}?api-version=2014-04-01