4.0.0 • Published 5 years ago
@datafire/azure_managementpartner_managementpartner v4.0.0
@datafire/azure_managementpartner_managementpartner
Client library for ACE Provisioning ManagementPartner
Installation and Usage
npm install --save @datafire/azure_managementpartner_managementpartnerlet azure_managementpartner_managementpartner = require('@datafire/azure_managementpartner_managementpartner').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});Description
This API describe ACE Provisioning ManagementPartner
Actions
Operation_List
List all the operations.
azure_managementpartner_managementpartner.Operation_List({
"api-version": ""
}, context)Input
- input
object- api-version required
string: Supported version.
- api-version required
Output
- output OperationList
Partners_Get
Get the management partner using the objectId and tenantId.
azure_managementpartner_managementpartner.Partners_Get({
"api-version": ""
}, context)Input
- input
object- api-version required
string: Supported version.
- api-version required
Output
- output PartnerResponse
Partner_Delete
Delete the management partner for the objectId and tenantId.
azure_managementpartner_managementpartner.Partner_Delete({
"partnerId": "",
"api-version": ""
}, context)Input
- input
object- partnerId required
string: Id of the Partner - api-version required
string: Supported version.
- partnerId required
Output
Output schema unknown
Partner_Get
Get the management partner using the partnerId, objectId and tenantId.
azure_managementpartner_managementpartner.Partner_Get({
"partnerId": "",
"api-version": ""
}, context)Input
- input
object- partnerId required
string: Id of the Partner - api-version required
string: Supported version.
- partnerId required
Output
- output PartnerResponse
Partner_Update
Update the management partner for the objectId and tenantId.
azure_managementpartner_managementpartner.Partner_Update({
"partnerId": "",
"api-version": ""
}, context)Input
- input
object- partnerId required
string: Id of the Partner - api-version required
string: Supported version.
- partnerId required
Output
- output PartnerResponse
Partner_Create
Create a management partner for the objectId and tenantId.
azure_managementpartner_managementpartner.Partner_Create({
"partnerId": "",
"api-version": ""
}, context)Input
- input
object- partnerId required
string: Id of the Partner - api-version required
string: Supported version.
- partnerId required
Output
- output PartnerResponse
Definitions
Error
- Error
object: this is the management partner operations error- error ExtendedErrorInfo
ErrorResponseCode
- ErrorResponseCode
string(values: NotFound, Conflict, BadRequest): this is the error response code that management partner operations may return
ExtendedErrorInfo
- ExtendedErrorInfo
object: this is the extended error info- code ErrorResponseCode
- message
string: this is the extended error info message
ManagementPartnerState
- ManagementPartnerState
string(values: Active, Deleted): this is the management partner state: Active or Deleted
OperationDisplay
- OperationDisplay
object: this is the management partner operation- description
string: the is management partner operation description - operation
string: the is management partner operation - provider
string: the is management partner provider - resource
string: the is management partner resource
- description
OperationList
- OperationList
object: this is the management partner operations list- nextLink
string: Url to get the next page of items. - value
array: this is the operation response list- items OperationResponse
- nextLink
OperationResponse
- OperationResponse
object: this is the management partner operations response- display OperationDisplay
- name
string: this is the operation response name - origin
string: the is operation response origin information
PartnerProperties
- PartnerProperties
object: this is the management partner properties- createdTime
string: This is the DateTime when the partner was created. - objectId
string: This is the object id. - partnerId
string: This is the partner id - partnerName
string: This is the partner name - state ManagementPartnerState
- tenantId
string: This is the tenant id. - updatedTime
string: This is the DateTime when the partner was updated. - version
string: This is the version.
- createdTime
PartnerResponse
- PartnerResponse
object: this is the management partner operations response- etag
integer: Type of the partner - id
string: Identifier of the partner - name
string: Name of the partner - properties PartnerProperties
- type
string: Type of resource. "Microsoft.ManagementPartner/partners"
- etag