3.0.0 • Published 5 years ago
@datafire/azure_azsadmin_storageoperationresults v3.0.0
@datafire/azure_azsadmin_storageoperationresults
Client library for FabricAdminClient
Installation and Usage
npm install --save @datafire/azure_azsadmin_storageoperationresults
let azure_azsadmin_storageoperationresults = require('@datafire/azure_azsadmin_storageoperationresults').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Storage operation results.
Actions
StorageOperationResults_List
Returns a list of all storage operation results at a location.
azure_azsadmin_storageoperationresults.StorageOperationResults_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.
- subscriptionId required
Output
- output StorageOperationResultList
StorageOperationResults_Get
Returns the status of a storage operation.
azure_azsadmin_storageoperationresults.StorageOperationResults_Get({
"subscriptionId": "",
"resourceGroupName": "",
"location": "",
"operation": "",
"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. - operation required
string
: Operation identifier. - api-version required
string
: Client API Version.
- subscriptionId required
Output
- output StorageOperationResult
Definitions
StorageOperationResult
- StorageOperationResult
object
: Storage operation result description.- properties StorageOperationResultModel
- 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.
StorageOperationResultList
- StorageOperationResultList
object
: Pageable list of storage operation results.- nextLink
string
: URI to the next page. - value
array
: List of storage operation results.- items StorageOperationResult
- nextLink
StorageOperationResultModel
- StorageOperationResultModel
object
: Storage operation result properties.- instances
array
: List of operation result instances.- items
string
- items
- provisioningState
string
: Success or failure of operation.
- instances
3.0.0
5 years ago