Operations - List
Lists the available operations
List of available operations
GET https://management.azure.com/providers/Microsoft.DataShare/operations?api-version=2021-08-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
The api version to use. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
An error response received from the Microsoft.DataShare resource provider. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Operations_List
Sample request
GET https://management.azure.com/providers/Microsoft.DataShare/operations?api-version=2021-08-01
Sample response
Date: Wed, 13 Sep 2017 18:04:32 GMT
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-tenant-reads: 14999
x-ms-correlation-request-id: 25c78f97-0b0a-4fe9-ad39-883a482265cd
{
"value": [
{
"name": "Microsoft.DataShare/operations/read",
"display": {
"provider": "Microsoft Data Share",
"resource": "Data Share Resource Provider",
"operation": "Read all operations",
"description": "Reads all available operations in Data Share Resource Provider."
}
},
{
"name": "Microsoft.DataShare/register/action",
"display": {
"provider": "Microsoft Data Share",
"resource": "Data Share Resource Provider",
"operation": "Register Data Share Resource Provider",
"description": "Register the subscription for the Data Share Resource Provider."
}
},
{
"name": "Microsoft.DataShare/unregister/action",
"display": {
"provider": "Microsoft Data Share",
"resource": "Data Share Resource Provider",
"operation": "Unregister Data Share Resource Provider",
"description": "Unregister the subscription for the Data Share Resource Provider."
}
}
]
}
Definitions
Name | Description |
---|---|
Data |
The data share error model. |
Data |
The data share error body model. |
Dimension |
properties for dimension |
Operation |
List response for get operations. |
Operation |
log specifications for operation api |
Operation |
metric specifications for the operation |
Operation |
The operation meta service specification |
Operation |
The response model for get operations |
Operation |
Properties on operations |
DataShareError
The data share error model.
Name | Type | Description |
---|---|---|
error |
The data share error body |
DataShareErrorInfo
The data share error body model.
Name | Type | Description |
---|---|---|
code |
string |
Code of the error |
details |
Nested details of the error model |
|
message |
string |
Message of the error |
target |
string |
Target of the error |
DimensionProperties
properties for dimension
Name | Type | Description |
---|---|---|
displayName |
string |
localized display name of the dimension to customer |
name |
string |
dimension name |
OperationList
List response for get operations.
Name | Type | Description |
---|---|---|
nextLink |
string |
The Url of next result page. |
value |
Collection of items of type DataTransferObjects. |
OperationMetaLogSpecification
log specifications for operation api
Name | Type | Description |
---|---|---|
blobDuration |
string |
blob duration of the log |
displayName |
string |
localized name of the log category |
name |
string |
name of the log category |
OperationMetaMetricSpecification
metric specifications for the operation
Name | Type | Description |
---|---|---|
aggregationType |
string |
aggregation type of metric |
dimensions |
properties for dimension |
|
displayDescription |
string |
description of the metric |
displayName |
string |
localized name of the metric |
enableRegionalMdmAccount |
string |
enable regional mdm account |
fillGapWithZero |
boolean |
fill gap with zero |
internalMetricName |
string |
internal metric name |
name |
string |
name of the metric |
resourceIdDimensionNameOverride |
string |
dimension name use to replace resource id if specified |
supportedAggregationTypes |
string[] |
supported aggregation types |
supportedTimeGrainTypes |
string[] |
supported time grain types |
unit |
string |
units for the metric |
OperationMetaServiceSpecification
The operation meta service specification
Name | Type | Description |
---|---|---|
logSpecifications |
log specifications for the operation |
|
metricSpecifications |
metric specifications for the operation |
OperationModel
The response model for get operations
Name | Type | Description |
---|---|---|
display |
Properties on the operation |
|
name |
string |
Operation name for display purposes |
origin |
string |
origin of the operation |
properties.serviceSpecification |
meta service specification |
OperationModelProperties
Properties on operations
Name | Type | Description |
---|---|---|
description |
string |
Description of the operation for display purposes |
operation |
string |
Name of the operation for display purposes |
provider |
string |
Name of the provider for display purposes |
resource |
string |
Name of the resource type for display purposes |