Create Azure File Share Instance
Select
This API creates an Azure File Share Instance.
- application/json
Request Body
- CreateAzureFileInstance-Saas
- CreateAzureFileInstance-CustomerManaged
- name string required
ObjectStorage instance name.
plan object required
id integername stringcredential object required
id integername stringcontents object
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
- hostURL string
Optional. Defaults to file.core.windows.net
region object required
id integername stringaccessNodes array
id integerId of ObjectStorage access node. This could be a Client id or Client Group id.
name stringName of ObjectStorage access node. This could be a Client name or Client Group name.
- name string required
ObjectStorage instance name.
plan object required
id integername stringcredential object required
id integername stringcontents object
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
- hostURL string
Optional. Defaults to file.core.windows.net
accessNodes array required
id integerId of ObjectStorage access node. This could be a Client id or Client Group id.
name stringName of ObjectStorage access node. This could be a Client name or Client Group name.
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}