3.0.0 • Published 5 years ago
@datafire/azure_subscription_operations v3.0.0
@datafire/azure_subscription_operations
Client library for SubscriptionClient
Installation and Usage
npm install --save @datafire/azure_subscription_operations
let azure_subscription_operations = require('@datafire/azure_subscription_operations').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
Operations_List
Lists all of the available Microsoft.Subscription API operations.
azure_subscription_operations.Operations_List({
"api-version": ""
}, context)
Input
- input
object
- api-version required
string
: Version of the API to be used with the client request. Current version is 2015-06-01
- api-version required
Output
- output OperationListResult
Definitions
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
3.0.0
5 years ago