@datafire/azure_azsadmin_storagesystem

4.0.0 • Public • Published

@datafire/azure_azsadmin_storagesystem

Client library for FabricAdminClient

Installation and Usage

npm install --save @datafire/azure_azsadmin_storagesystem
let azure_azsadmin_storagesystem = require('@datafire/azure_azsadmin_storagesystem').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Storage system operation endpoints and objects.

Actions

StorageSystems_List

Returns a list of all storage subsystems for a location.

azure_azsadmin_storagesystem.StorageSystems_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "location": "",
  "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.
    • resourceGroupName required string: Name of the resource group.
    • location required string: Location of the resource.
    • api-version required string: Client API Version.
    • $filter string: OData filter parameter.

Output

StorageSystems_Get

Return the requested storage subsystem.

azure_azsadmin_storagesystem.StorageSystems_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "location": "",
  "storageSubSystem": "",
  "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.
    • resourceGroupName required string: Name of the resource group.
    • location required string: Location of the resource.
    • storageSubSystem required string: Name of the storage system.
    • api-version required string: Client API Version.

Output

Definitions

StorageSystem

  • StorageSystem object: Representation of a storage system resource.
    • properties StorageSystemModel
    • id string: URI of the resource.
    • location string: The region where the resource is located.
    • name string: Name of the resource.
    • tags object: List of key-value pairs.
    • type string: Type of resource.

StorageSystemList

  • StorageSystemList object: Pageable list of storage systems.
    • nextLink string: URI to the next page.
    • value array: List of storage systems.

StorageSystemModel

  • StorageSystemModel object: All properties of a storage system.
    • totalCapacityGB integer: Total capacity of the system.

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/azure_azsadmin_storagesystem

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

13.8 kB

Total Files

4

Last publish

Collaborators

  • datafire