3.0.0 • Published 5 years ago
@datafire/azure_subscription_subscriptions v3.0.0
@datafire/azure_subscription_subscriptions
Client library for SubscriptionClient
Installation and Usage
npm install --save @datafire/azure_subscription_subscriptions
let azure_subscription_subscriptions = require('@datafire/azure_subscription_subscriptions').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Subscription client provides an interface to create and manage Azure subscriptions programmatically.
Actions
Subscriptions_Cancel
The operation to cancel a subscription
azure_subscription_subscriptions.Subscriptions_Cancel({
"subscriptionId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription Id. - api-version required
string
: Version of the API to be used with the client request. Current version is 2019-03-01-preview
- subscriptionId required
Output
- output CanceledSubscriptionId
Subscriptions_Enable
The operation to enable a subscription
azure_subscription_subscriptions.Subscriptions_Enable({
"subscriptionId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription Id. - api-version required
string
: Version of the API to be used with the client request. Current version is 2019-03-01-preview
- subscriptionId required
Output
- output EnabledSubscriptionId
Subscriptions_Rename
The operation to rename a subscription
azure_subscription_subscriptions.Subscriptions_Rename({
"subscriptionId": "",
"body": {},
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription Id. - body required SubscriptionName
- api-version required
string
: Version of the API to be used with the client request. Current version is 2019-03-01-preview
- subscriptionId required
Output
- output RenamedSubscriptionId
Definitions
CanceledSubscriptionId
- CanceledSubscriptionId
object
: The ID of the canceled subscription- value
string
: The ID of the canceled subscription
- value
EnabledSubscriptionId
- EnabledSubscriptionId
object
: The ID of the subscriptions that is being enabled- value
string
: The ID of the subscriptions that is being enabled
- value
ErrorResponse
- ErrorResponse
object
: Describes the format of Error response.- code
string
: Error code - message
string
: Error message indicating why the operation failed.
- code
Operation
- Operation
object
: REST API operation- display
object
: The object that represents the operation.- operation
string
: Operation type: Read, write, delete, etc. - provider
string
: Service provider: Microsoft.Subscription - resource
string
: Resource on which the operation is performed: Profile, endpoint, etc.
- operation
- name
string
: Operation name: {provider}/{resource}/{operation}
- display
OperationListResult
- OperationListResult
object
: Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results.- nextLink
string
: URL to get the next set of operation list results if there are any. - value
array
: List of operations.- items Operation
- nextLink
RenamedSubscriptionId
- RenamedSubscriptionId
object
: The ID of the subscriptions that is being renamed- value
string
: The ID of the subscriptions that is being renamed
- value
SubscriptionName
- SubscriptionName
object
: The new name of the subscription.- subscriptionName
string
: New subscription name
- subscriptionName
3.0.0
5 years ago