Microsoft.NetApp (preview:2025-03-01)

2025/07/02 • 8 updated methods

VolumeQuotaRules_ListByVolume (updated)
Description List all quota rules associated with the volume
Reference Link ¶

⚶ Changes

{
  "#id": "VolumeQuotaRules_ListByVolume",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "#name": "provisioningState",
                "Description": {
                  "new": "Provisioning state of the resource",
                  "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
                },
                "Enum": {
                  "new": [
                    [
                      "Succeeded",
                      "Resource has been created."
                    ],
                    [
                      "Failed",
                      "Resource creation failed."
                    ],
                    [
                      "Canceled",
                      "Resource creation was canceled."
                    ],
                    [
                      "Provisioning",
                      "Resource is getting provisioned"
                    ],
                    [
                      "Moving",
                      "Resource is getting moved"
                    ],
                    [
                      "Updating",
                      "Resource is updating"
                    ],
                    [
                      "Deleting",
                      "Resource is getting deleted"
                    ],
                    [
                      "Accepted",
                      "Resource has been accepted"
                    ]
                  ],
                  "old": [
                    [
                      "Accepted",
                      ""
                    ],
                    [
                      "Creating",
                      ""
                    ],
                    [
                      "Patching",
                      ""
                    ],
                    [
                      "Deleting",
                      ""
                    ],
                    [
                      "Moving",
                      ""
                    ],
                    [
                      "Failed",
                      ""
                    ],
                    [
                      "Succeeded",
                      ""
                    ]
                  ]
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeQuotaRules_Get (updated)
Description Get details of the specified quota rule
Reference Link ¶

⚶ Changes

{
  "#id": "VolumeQuotaRules_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
volumeQuotaRuleName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeQuotaRules_Create (updated)
Description Create the specified quota rule within the given volume
Reference Link ¶

⚶ Changes

{
  "#id": "VolumeQuotaRules_Create",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
{
body:
{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}
,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
volumeQuotaRuleName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeQuotaRules_Update (updated)
Description Patch a quota rule
Reference Link ¶

⚶ Changes

{
  "#id": "VolumeQuotaRules_Update",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Description": {
              "new": "Provisioning state of the resource",
              "old": "Gets the status of the VolumeQuotaRule at the time the operation was called."
            },
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Accepted",
                  ""
                ],
                [
                  "Creating",
                  ""
                ],
                [
                  "Patching",
                  ""
                ],
                [
                  "Deleting",
                  ""
                ],
                [
                  "Moving",
                  ""
                ],
                [
                  "Failed",
                  ""
                ],
                [
                  "Succeeded",
                  ""
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
{
body:
{
tags: object ,
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}
,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
volumeQuotaRuleName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
quotaSizeInKiBs: integer ,
quotaType: enum ,
quotaTarget: string ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Buckets_List (updated)
Description Describes all buckets belonging to a volume. Buckets allow additional services, such as AI services, connect to the volume data contained in those buckets.
Reference Link ¶

⚶ Changes

{
  "#id": "Buckets_List",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "#name": "provisioningState",
                "Enum": {
                  "new": [
                    [
                      "Succeeded",
                      "Resource has been created."
                    ],
                    [
                      "Failed",
                      "Resource creation failed."
                    ],
                    [
                      "Canceled",
                      "Resource creation was canceled."
                    ],
                    [
                      "Provisioning",
                      "Resource is getting provisioned"
                    ],
                    [
                      "Moving",
                      "Resource is getting moved"
                    ],
                    [
                      "Updating",
                      "Resource is updating"
                    ],
                    [
                      "Deleting",
                      "Resource is getting deleted"
                    ],
                    [
                      "Accepted",
                      "Resource has been accepted"
                    ]
                  ],
                  "old": [
                    [
                      "Succeeded",
                      "Resource has been created."
                    ],
                    [
                      "Failed",
                      "Resource creation failed."
                    ],
                    [
                      "Canceled",
                      "Resource creation was canceled."
                    ],
                    [
                      "Provisioning",
                      "Resource is getting provisioned"
                    ],
                    [
                      "Updating",
                      "Resource is updating"
                    ],
                    [
                      "Deleting",
                      "Resource is getting deleted"
                    ],
                    [
                      "Accepted",
                      "Resource has been accepted"
                    ]
                  ]
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Buckets_Get (updated)
Description Get the details of the specified volume's bucket. A bucket allows additional services, such as AI services, connect to the volume data contained in those buckets.
Reference Link ¶

⚶ Changes

{
  "#id": "Buckets_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets/{bucketName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
bucketName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Buckets_CreateOrUpdate (updated)
Description Creates or updates a bucket for a volume. A bucket allows additional services, such as AI services, connect to the volume data contained in those buckets.
Reference Link ¶

⚶ Changes

{
  "#id": "Buckets_CreateOrUpdate",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets/{bucketName}
{
body:
{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}
,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
bucketName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
location: string ,
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Buckets_Update (updated)
Description Updates the details of a volume bucket.
Reference Link ¶

⚶ Changes

{
  "#id": "Buckets_Update",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "provisioningState",
            "Enum": {
              "new": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Moving",
                  "Resource is getting moved"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ],
              "old": [
                [
                  "Succeeded",
                  "Resource has been created."
                ],
                [
                  "Failed",
                  "Resource creation failed."
                ],
                [
                  "Canceled",
                  "Resource creation was canceled."
                ],
                [
                  "Provisioning",
                  "Resource is getting provisioned"
                ],
                [
                  "Updating",
                  "Resource is updating"
                ],
                [
                  "Deleting",
                  "Resource is getting deleted"
                ],
                [
                  "Accepted",
                  "Resource has been accepted"
                ]
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets/{bucketName}
{
body:
{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
server:
{
fqdn: string ,
certificateObject: string ,
}
,
}
,
}
,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
bucketName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
path: string ,
fileSystemUser:
{
nfsUser:
{
userId: integer ,
groupId: integer ,
}
,
cifsUser:
{
username: string ,
}
,
}
,
provisioningState: enum ,
status: enum ,
server:
{
fqdn: string ,
certificateCommonName: string ,
certificateExpiryDate: string ,
ipAddress: string ,
certificateObject: string ,
}
,
}
,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

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