Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@
},
{
"$ref": "#/parameters/FileRequestIntent"
},
{
"$ref": "#/parameters/ShareProvisionedIops"
},
{
"$ref": "#/parameters/ShareProvisionedBandwidthMibps"
}
],
"responses": {
Expand Down Expand Up @@ -311,6 +317,30 @@
"type": "string",
"format": "date-time-rfc1123",
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
},
"x-ms-share-quota": {
"x-ms-client-name": "Quota",
"type": "integer",
"format": "int64",
"description": "Returns the current share quota in GB."
},
"x-ms-share-provisioned-iops": {
"x-ms-client-name": "ShareProvisionedIops",
"type": "integer",
"format": "int64",
"description": "The provisioned IOPS of the share. If this is not specified, compute the recommended IOPS of the share using the formula for a share in this media tier (SSD/HDD as appropriate)."
},
"x-ms-share-provisioned-bandwidth-mibps": {
"x-ms-client-name": "ShareProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "The provisioned throughput of the share. If this is not specified, compute the recommended throughput of the share using the formula for a share in this media tier (SSD/HDD as appropriate)."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "ShareIncludedBurstIops",
"type": "integer",
"format": "int64",
"description": "ShareIncludedBurstIops"
}
}
},
Expand Down Expand Up @@ -514,6 +544,30 @@
"description": "Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec.",
"type": "integer",
"format": "int64"
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "IncludedBurstIops",
"description": "Return the calculated burst IOPS of the share.",
"type": "integer",
"format": "int64"
},
"x-ms-share-max-burst-credits-for-iops": {
"x-ms-client-name": "MaxBurstCreditsForIops",
"description": "Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.",
"type": "integer",
"format": "int64"
},
"x-ms-share-next-allowed-provisioned-iops-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedIopsDowngradeTime",
"description": "Return timestamp for provisioned IOPS following existing rules for provisioned storage GiB.",
"type": "string",
"format": "date-time-rfc1123"
},
"x-ms-share-next-allowed-provisioned-bandwidth-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedBandwidthDowngradeTime",
"description": "Return timestamp for provisioned throughput following existing rules for provisioned storage GiB.",
"type": "string",
"format": "date-time-rfc1123"
}
}
},
Expand Down Expand Up @@ -575,6 +629,16 @@
"type": "string",
"format": "date-time-rfc1123",
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
},
"x-ms-share-usage-bytes": {
"type": "integer",
"format": "int64",
"description": "The \"live share\" portion of the data that the customer will be billed for in the soft-deleted capacity (logical storage size)."
},
"x-ms-share-snapshot-usage-bytes": {
"type": "integer",
"format": "int64",
"description": "The snapshot share portion of the data that the customer will be billed for in the soft-deleted capacity (this is the delta, or \"physical storage size\")."
}
}
},
Expand Down Expand Up @@ -1522,6 +1586,12 @@
},
{
"$ref": "#/parameters/FileRequestIntent"
},
{
"$ref": "#/parameters/ShareProvisionedIops"
},
{
"$ref": "#/parameters/ShareProvisionedBandwidthMibps"
}
],
"responses": {
Expand Down Expand Up @@ -1551,6 +1621,54 @@
"type": "string",
"format": "date-time-rfc1123",
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
},
"x-ms-share-quota": {
"x-ms-client-name": "Quota",
"type": "integer",
"format": "int64",
"description": "Returns the current share quota in GB."
},
"x-ms-share-provisioned-iops": {
"x-ms-client-name": "ProvisionedIops",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned ipos."
},
"x-ms-share-provisioned-bandwidth-mibps": {
"x-ms-client-name": "ProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned bandwidth in megabits per second."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "IncludedBurstIops",
"description": "Return the calculated burst IOPS of the share.",
"type": "integer",
"format": "int64"
},
"x-ms-share-max-burst-credits-for-iops": {
"x-ms-client-name": "MaxBurstCreditsForIops",
"description": "Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.",
"type": "integer",
"format": "int64"
},
"x-ms-share-next-allowed-quota-downgrade-time": {
"x-ms-client-name": "NextAllowedQuotaDowngradeTime",
"type": "string",
"format": "date-time-rfc1123",
"description": "Returns the current share next allowed quota downgrade time."
},
"x-ms-share-next-allowed-provisioned-iops-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedIopsDowngradeTime",
"description": "Return timestamp for provisioned IOPS following existing rules for provisioned storage GiB.",
"type": "string",
"format": "date-time-rfc1123"
},
"x-ms-share-next-allowed-provisioned-bandwidth-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedBandwidthDowngradeTime",
"description": "Return timestamp for provisioned throughput following existing rules for provisioned storage GiB.",
"type": "string",
"format": "date-time-rfc1123"
}
}
},
Expand Down Expand Up @@ -2002,6 +2120,36 @@
"type": "string",
"format": "date-time-rfc1123",
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
},
"x-ms-share-quota": {
"x-ms-client-name": "Quota",
"type": "integer",
"format": "int64",
"description": "Returns the current share quota in GB."
},
"x-ms-share-provisioned-iops": {
"x-ms-client-name": "ProvisionedIops",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned ipos."
},
"x-ms-share-provisioned-bandwidth-mibps": {
"x-ms-client-name": "ProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned bandwidth in megabits per second."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "IncludedBurstIops",
"description": "Return the calculated burst IOPS of the share.",
"type": "integer",
"format": "int64"
},
"x-ms-share-max-burst-credits-for-iops": {
"x-ms-client-name": "MaxBurstCreditsForIops",
"description": "Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.",
"type": "integer",
"format": "int64"
}
}
},
Expand Down Expand Up @@ -5859,6 +6007,8 @@
"ConditionHeadersNotSupported",
"ConditionNotMet",
"EmptyMetadataKey",
"FileShareProvisionedBandwidthDowngradeNotAllowed",
"FileShareProvisionedIopsDowngradeNotAllowed",
"InsufficientAccountPermissions",
"InternalError",
"InvalidAuthenticationInfo",
Expand Down Expand Up @@ -6566,6 +6716,22 @@
"PaidBurstingMaxBandwidthMibps": {
"type": "integer",
"format": "int64"
},
"IncludedBurstIops": {
"type": "integer",
"format": "int64"
},
"MaxBurstCreditsForIops": {
"type": "integer",
"format": "int64"
},
"NextAllowedProvisionedIopsDowngradeTime": {
"type": "string",
"format": "date-time-rfc1123"
},
"NextAllowedProvisionedBandwidthDowngradeTime": {
"type": "string",
"format": "date-time-rfc1123"
}
}
},
Expand Down Expand Up @@ -7465,6 +7631,26 @@
},
"x-ms-parameter-location": "method"
},
"ShareProvisionedIops": {
"name": "x-ms-share-provisioned-iops",
"x-ms-client-name": "shareProvisionedIops",
"in": "header",
"description": "Optional. The provisioned IOPS of the share. If this is not specified, compute the recommended IOPS of the share using the formula for a share in this media tier (SSD/HDD as appropriate). The provisioned IOPS of the share is always explicitly stored on the share object, even if the recommendation formula is used.",
"required": false,
"type": "integer",
"format": "int64",
"x-ms-parameter-location": "method"
},
"ShareProvisionedBandwidthMibps": {
"name": "x-ms-share-provisioned-bandwidth-mibps",
"x-ms-client-name": "shareProvisionedBandwidthMibps",
"in": "header",
"description": "Optional. The provisioned throughput of the share. If this is not specified, compute the recommended throughput of the share using the formula for a share in this media tier (SSD/HDD as appropriate).",
"required": false,
"type": "integer",
"format": "int64",
"x-ms-parameter-location": "method"
},
"ShareQuota": {
"name": "x-ms-share-quota",
"x-ms-client-name": "quota",
Expand Down