Microsoft.AzureDataTransfer (preview:2025-05-30)

2025/08/21 • 4 updated methods

FlowProfiles_ListByPipeline (updated)
Description Lists all FlowProfiles under a given Pipeline.
Reference Link ¶

⚶ Changes

{
  "#id": "FlowProfiles_ListByPipeline",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "rulesets": [
                  {
                    "mimeFilters": [
                      {
                        "#name": "filters",
                        "Type": {
                          "new": "array",
                          "old": "object"
                        }
                      }
                    ]
                  }
                ]
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/pipelines/{pipelineName}/flowProfiles
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
pipelineName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
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 ,
}
,
]
,
}
,
}
FlowProfiles_Get (updated)
Description Retrieves the specified FlowProfile resource.
Reference Link ¶

⚶ Changes

{
  "#id": "FlowProfiles_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/pipelines/{pipelineName}/flowProfiles/{flowProfileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
pipelineName: string ,
flowProfileName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
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 ,
}
,
]
,
}
,
}
FlowProfiles_CreateOrUpdate (updated)
Description Creates a new FlowProfile or updates an existing one.
Reference Link ¶

⚶ Changes

{
  "#id": "FlowProfiles_CreateOrUpdate",
  "$parameters": {
    "resource": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/pipelines/{pipelineName}/flowProfiles/{flowProfileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
pipelineName: string ,
flowProfileName: string ,
resource:
{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
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 ,
}
,
]
,
}
,
}
FlowProfiles_Update (updated)
Description Applies partial updates to an existing FlowProfile resource.
Reference Link ¶

⚶ Changes

{
  "#id": "FlowProfiles_Update",
  "$parameters": {
    "properties": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "rulesets": [
              {
                "mimeFilters": [
                  {
                    "#name": "filters",
                    "Type": {
                      "new": "array",
                      "old": "object"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureDataTransfer/pipelines/{pipelineName}/flowProfiles/{flowProfileName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
pipelineName: string ,
flowProfileName: string ,
properties:
{
properties:
{
provisioningState: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
status: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
flowProfileId: string ,
replicationScenario: enum ,
status: enum ,
description: string ,
rulesets:
{
antivirus:
{
avSolutions:
[
string ,
]
,
}
,
archives:
{
minimumSizeForExpansion: integer ,
maximumExpansionSizeLimit: integer ,
maximumDepthLimit: integer ,
maximumCompressionRatioLimit: number ,
}
,
dataSize:
{
maximum: integer ,
minimum: integer ,
}
,
mimeFilters:
{
type: enum ,
filters:
[
{
media: string ,
extensions:
[
string ,
]
,
}
,
]
,
}
,
xmlFilters:
{
defaultNamespace: string ,
reference: enum ,
schema: string ,
}
,
textMatching:
{
deny:
[
{
text: string ,
matchType: enum ,
caseSensitivity: enum ,
}
,
]
,
}
,
}
,
}
,
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 ,
}
,
]
,
}
,
}