5.0.0 • Published 5 years ago
@datafire/azure_recoveryservicesbackup_operations v5.0.0
@datafire/azure_recoveryservicesbackup_operations
Client library for RecoveryServicesBackupClient
Installation and Usage
npm install --save @datafire/azure_recoveryservicesbackup_operationslet azure_recoveryservicesbackup_operations = require('@datafire/azure_recoveryservicesbackup_operations').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});Description
Actions
Operations_List
Returns the list of available operations.
azure_recoveryservicesbackup_operations.Operations_List({
"api-version": ""
}, context)Input
- input
object- api-version required
string: Client Api Version.
- api-version required
Output
- output ClientDiscoveryResponse
Definitions
ClientDiscoveryDisplay
- ClientDiscoveryDisplay
object: Localized display information of an operation.- description
string: Description of the operation having details of what operation is about. - operation
string: Operations Name itself. - provider
string: Name of the provider for display purposes - resource
string: ResourceType for which this Operation can be performed.
- description
ClientDiscoveryForLogSpecification
- ClientDiscoveryForLogSpecification
object: Class to represent shoebox log specification in json client discovery.- blobDuration
string: blob duration of shoebox log specification - displayName
string: Localized display name - name
string: Name for shoebox log specification.
- blobDuration
ClientDiscoveryForProperties
- ClientDiscoveryForProperties
object: Class to represent shoebox properties in json client discovery.- serviceSpecification ClientDiscoveryForServiceSpecification
ClientDiscoveryForServiceSpecification
- ClientDiscoveryForServiceSpecification
object: Class to represent shoebox service specification in json client discovery.- logSpecifications
array: List of log specifications of this operation.
- logSpecifications
ClientDiscoveryResponse
- ClientDiscoveryResponse
object: Operations List response which contains list of available APIs.- nextLink
string: Link to the next chunk of Response. - value
array: List of available operations.
- nextLink
ClientDiscoveryValueForSingleApi
- ClientDiscoveryValueForSingleApi
object: Available operation details.- display ClientDiscoveryDisplay
- name
string: Name of the Operation. - origin
string: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX - properties ClientDiscoveryForProperties