3.0.0 • Published 5 years ago
@datafire/azure_containerservice_location v3.0.0
@datafire/azure_containerservice_location
Client library for ContainerServiceClient
Installation and Usage
npm install --save @datafire/azure_containerservice_locationlet azure_containerservice_location = require('@datafire/azure_containerservice_location').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});Description
The Container Service Client.
Actions
ContainerServices_ListOrchestrators
Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview.
azure_containerservice_location.ContainerServices_ListOrchestrators({
"api-version": "",
"subscriptionId": "",
"location": ""
}, context)Input
- input
object- api-version required
string: Client Api Version. - subscriptionId required
string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - location required
string: The name of a supported Azure region. - resource-type
string: resource type for which the list of orchestrators needs to be returned
- api-version required
Output
Definitions
OrchestratorProfile
- OrchestratorProfile
object: Contains information about orchestrator.- isPreview
boolean: Whether Kubernetes version is currently in preview. - orchestratorType
string: Orchestrator type. - orchestratorVersion required
string: Orchestrator version (major, minor, patch).
- isPreview
OrchestratorVersionProfile
- OrchestratorVersionProfile
object: The profile of an orchestrator and its available versions.- default
boolean: Installed by default if version is not specified. - isPreview
boolean: Whether Kubernetes version is currently in preview. - orchestratorType required
string: Orchestrator type. - orchestratorVersion required
string: Orchestrator version (major, minor, patch). - upgrades
array: The list of available upgrade versions.- items OrchestratorProfile
- default
OrchestratorVersionProfileListResult
- OrchestratorVersionProfileListResult
object: The list of versions for supported orchestrators.- id
string: Id of the orchestrator version profile list result. - name
string: Name of the orchestrator version profile list result. - properties required OrchestratorVersionProfileProperties
- type
string: Type of the orchestrator version profile list result.
- id
OrchestratorVersionProfileProperties
- OrchestratorVersionProfileProperties
object: The properties of an orchestrator version profile.- orchestrators required
array: List of orchestrator version profiles.
- orchestrators required
3.0.0
5 years ago