4.0.0 • Published 5 years ago
@datafire/azure_azurestack_customersubscription v4.0.0
@datafire/azure_azurestack_customersubscription
Client library for AzureStack Azure Bridge Client
Installation and Usage
npm install --save @datafire/azure_azurestack_customersubscription
let azure_azurestack_customersubscription = require('@datafire/azure_azurestack_customersubscription').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Actions
CustomerSubscriptions_List
Returns a list of products.
azure_azurestack_customersubscription.CustomerSubscriptions_List({
"subscriptionId": "",
"resourceGroup": "",
"registrationName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroup required
string
: Name of the resource group. - registrationName required
string
: Name of the Azure Stack registration. - api-version required
string
: Client API Version.
- subscriptionId required
Output
- output CustomerSubscriptionList
CustomerSubscriptions_Delete
Deletes a customer subscription under a registration.
azure_azurestack_customersubscription.CustomerSubscriptions_Delete({
"subscriptionId": "",
"resourceGroup": "",
"registrationName": "",
"customerSubscriptionName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroup required
string
: Name of the resource group. - registrationName required
string
: Name of the Azure Stack registration. - customerSubscriptionName required
string
: Name of the product. - api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
CustomerSubscriptions_Get
Returns the specified product.
azure_azurestack_customersubscription.CustomerSubscriptions_Get({
"subscriptionId": "",
"resourceGroup": "",
"registrationName": "",
"customerSubscriptionName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroup required
string
: Name of the resource group. - registrationName required
string
: Name of the Azure Stack registration. - customerSubscriptionName required
string
: Name of the product. - api-version required
string
: Client API Version.
- subscriptionId required
Output
- output CustomerSubscription
CustomerSubscriptions_Create
Creates a new customer subscription under a registration.
azure_azurestack_customersubscription.CustomerSubscriptions_Create({
"subscriptionId": "",
"resourceGroup": "",
"registrationName": "",
"customerSubscriptionName": "",
"api-version": "",
"customerCreationParameters": {}
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroup required
string
: Name of the resource group. - registrationName required
string
: Name of the Azure Stack registration. - customerSubscriptionName required
string
: Name of the product. - api-version required
string
: Client API Version. - customerCreationParameters required CustomerSubscription
- subscriptionId required
Output
- output CustomerSubscription
Definitions
CustomerSubscription
- CustomerSubscription
object
: Customer subscription.- properties CustomerSubscriptionProperties
- etag
string
: The entity tag used for optimistic concurrency when modifying the resource. - id
string
: ID of the resource. - name
string
: Name of the resource. - type
string
: Type of Resource.
CustomerSubscriptionList
- CustomerSubscriptionList
object
: Pageable list of customer subscriptions.- nextLink
string
: URI to the next page. - value
array
: List of customer subscriptions.- items CustomerSubscription
- nextLink
CustomerSubscriptionProperties
- CustomerSubscriptionProperties
object
: Customer subscription properties.- tenantId
string
: Tenant Id.
- tenantId