3.0.0 • Published 5 years ago
@datafire/azure_mixedreality_proxy v3.0.0
@datafire/azure_mixedreality_proxy
Client library for Mixed Reality
Installation and Usage
npm install --save @datafire/azure_mixedreality_proxylet azure_mixedreality_proxy = require('@datafire/azure_mixedreality_proxy').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});Description
Mixed Reality Resource Provider Proxy API
Actions
Operations_List
Exposing Available Operations
azure_mixedreality_proxy.Operations_List({
"api-version": ""
}, context)Input
- input
object- api-version required
string: Version of the API to be used with the client request.
- api-version required
Output
- output OperationPage
CheckNameAvailabilityLocal
Check Name Availability for local uniqueness
azure_mixedreality_proxy.CheckNameAvailabilityLocal({
"subscriptionId": "",
"location": "",
"checkNameAvailability": {
"name": "",
"type": ""
},
"api-version": ""
}, context)Input
- input
object- subscriptionId required
string: Azure subscription ID. - location required
string: The location in which uniqueness will be verified. - checkNameAvailability required CheckNameAvailabilityRequest
- api-version required
string: Version of the API to be used with the client request.
- subscriptionId required
Output
Definitions
CheckNameAvailabilityRequest
- CheckNameAvailabilityRequest
object: Check Name Availability Request- name required
string: Resource Name To Verify - type required
string: Fully qualified resource type which includes provider namespace
- name required
CheckNameAvailabilityResponse
- CheckNameAvailabilityResponse
object: Check Name Availability Response- message
string: detail message - nameAvailable required NameAvailability
- reason NameUnavailableReason
- message
NameAvailability
- NameAvailability
string(values: true, false): Whether or not the name is available.
NameUnavailableReason
- NameUnavailableReason
string(values: Invalid, AlreadyExists): reason of name unavailable.
Operation
- Operation
object: REST API operation- display OperationDisplay
- name
string: Operation name: {provider}/{resource}/{operation}
OperationDisplay
- OperationDisplay
object: The object that represents the operation.- description required
string: Description of operation - operation required
string: Operation type: Read, write, delete, etc. - provider required
string: Service provider: Microsoft.ResourceProvider - resource required
string: Resource on which the operation is performed: Profile, endpoint, etc.
- description required
OperationPage
- OperationPage
object: Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results.- nextLink
string: URL to get the next set of operation list results if there are any. - value
array: List of operations supported by the Resource Provider.- items Operation
- nextLink
3.0.0
5 years ago