Microsoft.NetworkAnalytics (stable:2023-11-15)

2025/02/06 • 22 deleted methods

Operations_List (removed)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.NetworkAnalytics/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_ListBySubscription (removed)
Description List data products by subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProducts
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProductsCatalogs_ListBySubscription (removed)
Description List data catalog by subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
publishers:
[
{
publisherName: string ,
dataProducts:
[
{
dataProductName: string ,
description: string ,
dataProductVersions:
[
{
version: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_ListByResourceGroup (removed)
Description List data products by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_Get (removed)
Description Retrieve data product resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_Create (removed)
Description Create data product resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
resource:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_Update (removed)
Description Update data product resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
properties:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
properties:
{
owners:
[
string ,
]
,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
currentMinorVersion: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
publisher: string ,
product: string ,
majorVersion: string ,
owners:
[
string ,
]
,
redundancy: enum ,
purviewAccount: string ,
purviewCollection: string ,
privateLinksEnabled: enum ,
publicNetworkAccess: enum ,
customerManagedKeyEncryptionEnabled: enum ,
customerEncryptionKey:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
networkacls:
{
virtualNetworkRule:
[
{
id: string ,
action: string ,
state: string ,
}
,
]
,
ipRules:
[
{
value: string ,
action: string ,
}
,
]
,
allowedQueryIpRangeList:
[
string ,
]
,
defaultAction: enum ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
availableMinorVersions:
[
string ,
]
,
currentMinorVersion: string ,
documentation: string ,
consumptionEndpoints:
{
ingestionUrl: string ,
ingestionResourceId: string ,
fileAccessUrl: string ,
fileAccessResourceId: string ,
queryUrl: string ,
queryResourceId: string ,
}
,
keyVaultUrl: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_Delete (removed)
Description Delete data product resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_AddUserRole (removed)
Description Assign role to the data product.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/addUserRole
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
body:
{
roleId: string ,
principalId: string ,
userName: string ,
dataTypeScope:
[
string ,
]
,
principalType: string ,
role: enum ,
}
,
}

⚐ Response (200)

{
roleId: string ,
principalId: string ,
userName: string ,
dataTypeScope:
[
string ,
]
,
principalType: string ,
role: enum ,
roleAssignmentId: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_ListByDataProduct (removed)
Description List data type by parent resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_Get (removed)
Description Retrieve data type resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_Create (removed)
Description Create data type resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
resource:
{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_Update (removed)
Description Update data type resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
properties:
{
properties:
{
state: enum ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
stateReason: string ,
storageOutputRetention: integer ,
databaseCacheRetention: integer ,
databaseRetention: integer ,
visualizationUrl: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_Delete (removed)
Description Delete data type resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_DeleteData (removed)
Description Delete data for data type.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}/deleteData
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
body: object ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataTypes_GenerateStorageContainerSasToken (removed)
Description Generate sas token for storage container.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes/{dataTypeName}/generateStorageContainerSasToken
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
dataTypeName: string ,
body:
{
startTimeStamp: string ,
expiryTimeStamp: string ,
ipAddress: string ,
}
,
}

⚐ Response (200)

{
storageContainerSasToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_GenerateStorageAccountSasToken (removed)
Description Generate sas token for storage account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/generateStorageAccountSasToken
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
body:
{
startTimeStamp: string ,
expiryTimeStamp: string ,
ipAddress: string ,
}
,
}

⚐ Response (200)

{
storageAccountSasToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_ListRolesAssignments (removed)
Description List user roles associated with the data product.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/listRolesAssignments
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
body: object ,
}

⚐ Response (200)

{
count: integer ,
roleAssignmentResponse:
[
{
roleId: string ,
principalId: string ,
userName: string ,
dataTypeScope:
[
string ,
]
,
principalType: string ,
role: enum ,
roleAssignmentId: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_RemoveUserRole (removed)
Description Remove role from the data product.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/removeUserRole
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
body:
{
roleId: string ,
principalId: string ,
userName: string ,
dataTypeScope:
[
string ,
]
,
principalType: string ,
role: enum ,
roleAssignmentId: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProducts_RotateKey (removed)
Description Initiate key rotation on Data Product.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/rotateKey
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
dataProductName: string ,
body:
{
keyVaultUrl: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProductsCatalogs_ListByResourceGroup (removed)
Description List data catalog by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
publishers:
[
{
publisherName: string ,
dataProducts:
[
{
dataProductName: string ,
description: string ,
dataProductVersions:
[
{
version: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataProductsCatalogs_Get (removed)
Description Retrieve data type resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publishers:
[
{
publisherName: string ,
dataProducts:
[
{
dataProductName: string ,
description: string ,
dataProductVersions:
[
{
version: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}