@azure/arm-storage-profile-2020-09-01-hybrid 2.1.1-alpha.20230320.1 → 2.1.1-alpha.20230419.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +108 -45
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +12 -5
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +12 -5
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +12 -5
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +12 -5
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +12 -5
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +12 -5
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +68 -68
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +12 -5
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -1
- package/dist-esm/src/operations/encryptionScopes.js +12 -5
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +12 -5
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/skus.js +12 -5
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/storageAccounts.js +24 -10
- package/dist-esm/src/operations/storageAccounts.js.map +1 -1
- package/dist-esm/src/operations/usages.js +12 -5
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/package.json +2 -2
|
@@ -19,22 +19,29 @@ dotenv.config();
|
|
|
19
19
|
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/SKUList.json
|
|
20
20
|
*/
|
|
21
21
|
function skuList() {
|
|
22
|
-
var e_1,
|
|
22
|
+
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
25
|
const credential = new DefaultAzureCredential();
|
|
26
26
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
27
27
|
const resArray = new Array();
|
|
28
28
|
try {
|
|
29
|
-
for (var
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
for (var _d = true, _e = __asyncValues(client.skus.list()), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
30
|
+
_c = _f.value;
|
|
31
|
+
_d = false;
|
|
32
|
+
try {
|
|
33
|
+
let item = _c;
|
|
34
|
+
resArray.push(item);
|
|
35
|
+
}
|
|
36
|
+
finally {
|
|
37
|
+
_d = true;
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
}
|
|
34
41
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
35
42
|
finally {
|
|
36
43
|
try {
|
|
37
|
-
if (
|
|
44
|
+
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
38
45
|
}
|
|
39
46
|
finally { if (e_1) throw e_1.error; }
|
|
40
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skusListSample.js","sourceRoot":"","sources":["../../samples-dev/skusListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,OAAO;;;QACpB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,
|
|
1
|
+
{"version":3,"file":"skusListSample.js","sourceRoot":"","sources":["../../samples-dev/skusListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,OAAO;;;QACpB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAA,IAAA;gBAAlB,cAAkB;gBAAlB,WAAkB;;oBAA9B,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,OAAO,EAAE,CAAC;IACZ,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -19,7 +19,7 @@ dotenv.config();
|
|
|
19
19
|
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountListByResourceGroup.json
|
|
20
20
|
*/
|
|
21
21
|
function storageAccountListByResourceGroup() {
|
|
22
|
-
var e_1,
|
|
22
|
+
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
25
|
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res6117";
|
|
@@ -27,15 +27,22 @@ function storageAccountListByResourceGroup() {
|
|
|
27
27
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
28
28
|
const resArray = new Array();
|
|
29
29
|
try {
|
|
30
|
-
for (var
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
for (var _d = true, _e = __asyncValues(client.storageAccounts.listByResourceGroup(resourceGroupName)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
31
|
+
_c = _f.value;
|
|
32
|
+
_d = false;
|
|
33
|
+
try {
|
|
34
|
+
let item = _c;
|
|
35
|
+
resArray.push(item);
|
|
36
|
+
}
|
|
37
|
+
finally {
|
|
38
|
+
_d = true;
|
|
39
|
+
}
|
|
33
40
|
}
|
|
34
41
|
}
|
|
35
42
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
36
43
|
finally {
|
|
37
44
|
try {
|
|
38
|
-
if (
|
|
45
|
+
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
39
46
|
}
|
|
40
47
|
finally { if (e_1) throw e_1.error; }
|
|
41
48
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iCAAiC;;;QAC9C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,
|
|
1
|
+
{"version":3,"file":"storageAccountsListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iCAAiC;;;QAC9C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,mBAAmB,CAC/D,iBAAiB,CAClB,CAAA,IAAA;gBAFsB,cAEtB;gBAFsB,WAEtB;;oBAFU,IAAI,IAAI,KAAA,CAAA;oBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,iCAAiC,EAAE,CAAC;IACtC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -19,22 +19,29 @@ dotenv.config();
|
|
|
19
19
|
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountList.json
|
|
20
20
|
*/
|
|
21
21
|
function storageAccountList() {
|
|
22
|
-
var e_1,
|
|
22
|
+
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
25
|
const credential = new DefaultAzureCredential();
|
|
26
26
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
27
27
|
const resArray = new Array();
|
|
28
28
|
try {
|
|
29
|
-
for (var
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
for (var _d = true, _e = __asyncValues(client.storageAccounts.list()), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
30
|
+
_c = _f.value;
|
|
31
|
+
_d = false;
|
|
32
|
+
try {
|
|
33
|
+
let item = _c;
|
|
34
|
+
resArray.push(item);
|
|
35
|
+
}
|
|
36
|
+
finally {
|
|
37
|
+
_d = true;
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
}
|
|
34
41
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
35
42
|
finally {
|
|
36
43
|
try {
|
|
37
|
-
if (
|
|
44
|
+
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
38
45
|
}
|
|
39
46
|
finally { if (e_1) throw e_1.error; }
|
|
40
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsListSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,kBAAkB;;;QAC/B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,
|
|
1
|
+
{"version":3,"file":"storageAccountsListSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,kBAAkB;;;QAC/B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,CAAA,IAAA;gBAA7B,cAA6B;gBAA7B,WAA6B;;oBAAzC,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,kBAAkB,EAAE,CAAC;IACvB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -19,7 +19,7 @@ dotenv.config();
|
|
|
19
19
|
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountListLocationUsage.json
|
|
20
20
|
*/
|
|
21
21
|
function usageList() {
|
|
22
|
-
var e_1,
|
|
22
|
+
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
25
|
const location = "eastus2(stage)";
|
|
@@ -27,15 +27,22 @@ function usageList() {
|
|
|
27
27
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
28
28
|
const resArray = new Array();
|
|
29
29
|
try {
|
|
30
|
-
for (var
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
for (var _d = true, _e = __asyncValues(client.usages.listByLocation(location)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
31
|
+
_c = _f.value;
|
|
32
|
+
_d = false;
|
|
33
|
+
try {
|
|
34
|
+
let item = _c;
|
|
35
|
+
resArray.push(item);
|
|
36
|
+
}
|
|
37
|
+
finally {
|
|
38
|
+
_d = true;
|
|
39
|
+
}
|
|
33
40
|
}
|
|
34
41
|
}
|
|
35
42
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
36
43
|
finally {
|
|
37
44
|
try {
|
|
38
|
-
if (
|
|
45
|
+
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
39
46
|
}
|
|
40
47
|
finally { if (e_1) throw e_1.error; }
|
|
41
48
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usagesListByLocationSample.js","sourceRoot":"","sources":["../../samples-dev/usagesListByLocationSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,SAAS;;;QACtB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,QAAQ,GAAG,gBAAgB,CAAC;QAClC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,
|
|
1
|
+
{"version":3,"file":"usagesListByLocationSample.js","sourceRoot":"","sources":["../../samples-dev/usagesListByLocationSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,SAAS;;;QACtB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,QAAQ,GAAG,gBAAgB,CAAC;QAClC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAA,IAAA;gBAAtC,cAAsC;gBAAtC,WAAsC;;oBAAlD,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,SAAS,EAAE,CAAC;IACd,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1172,7 +1172,7 @@ export declare enum KnownSkuName {
|
|
|
1172
1172
|
* **Standard_GZRS** \
|
|
1173
1173
|
* **Standard_RAGZRS**
|
|
1174
1174
|
*/
|
|
1175
|
-
export
|
|
1175
|
+
export type SkuName = string;
|
|
1176
1176
|
/** Known values of {@link Kind} that the service accepts. */
|
|
1177
1177
|
export declare enum KnownKind {
|
|
1178
1178
|
/** Storage */
|
|
@@ -1197,7 +1197,7 @@ export declare enum KnownKind {
|
|
|
1197
1197
|
* **FileStorage** \
|
|
1198
1198
|
* **BlockBlobStorage**
|
|
1199
1199
|
*/
|
|
1200
|
-
export
|
|
1200
|
+
export type Kind = string;
|
|
1201
1201
|
/** Known values of {@link ReasonCode} that the service accepts. */
|
|
1202
1202
|
export declare enum KnownReasonCode {
|
|
1203
1203
|
/** QuotaId */
|
|
@@ -1213,7 +1213,7 @@ export declare enum KnownReasonCode {
|
|
|
1213
1213
|
* **QuotaId** \
|
|
1214
1214
|
* **NotAvailableForSubscription**
|
|
1215
1215
|
*/
|
|
1216
|
-
export
|
|
1216
|
+
export type ReasonCode = string;
|
|
1217
1217
|
/** Known values of {@link KeyType} that the service accepts. */
|
|
1218
1218
|
export declare enum KnownKeyType {
|
|
1219
1219
|
/** Service */
|
|
@@ -1229,7 +1229,7 @@ export declare enum KnownKeyType {
|
|
|
1229
1229
|
* **Service** \
|
|
1230
1230
|
* **Account**
|
|
1231
1231
|
*/
|
|
1232
|
-
export
|
|
1232
|
+
export type KeyType = string;
|
|
1233
1233
|
/** Known values of {@link KeySource} that the service accepts. */
|
|
1234
1234
|
export declare enum KnownKeySource {
|
|
1235
1235
|
/** MicrosoftStorage */
|
|
@@ -1245,7 +1245,7 @@ export declare enum KnownKeySource {
|
|
|
1245
1245
|
* **Microsoft.Storage** \
|
|
1246
1246
|
* **Microsoft.Keyvault**
|
|
1247
1247
|
*/
|
|
1248
|
-
export
|
|
1248
|
+
export type KeySource = string;
|
|
1249
1249
|
/** Known values of {@link Bypass} that the service accepts. */
|
|
1250
1250
|
export declare enum KnownBypass {
|
|
1251
1251
|
/** None */
|
|
@@ -1267,7 +1267,7 @@ export declare enum KnownBypass {
|
|
|
1267
1267
|
* **Metrics** \
|
|
1268
1268
|
* **AzureServices**
|
|
1269
1269
|
*/
|
|
1270
|
-
export
|
|
1270
|
+
export type Bypass = string;
|
|
1271
1271
|
/** Known values of {@link DirectoryServiceOptions} that the service accepts. */
|
|
1272
1272
|
export declare enum KnownDirectoryServiceOptions {
|
|
1273
1273
|
/** None */
|
|
@@ -1286,7 +1286,7 @@ export declare enum KnownDirectoryServiceOptions {
|
|
|
1286
1286
|
* **AADDS** \
|
|
1287
1287
|
* **AD**
|
|
1288
1288
|
*/
|
|
1289
|
-
export
|
|
1289
|
+
export type DirectoryServiceOptions = string;
|
|
1290
1290
|
/** Known values of {@link LargeFileSharesState} that the service accepts. */
|
|
1291
1291
|
export declare enum KnownLargeFileSharesState {
|
|
1292
1292
|
/** Disabled */
|
|
@@ -1302,7 +1302,7 @@ export declare enum KnownLargeFileSharesState {
|
|
|
1302
1302
|
* **Disabled** \
|
|
1303
1303
|
* **Enabled**
|
|
1304
1304
|
*/
|
|
1305
|
-
export
|
|
1305
|
+
export type LargeFileSharesState = string;
|
|
1306
1306
|
/** Known values of {@link RoutingChoice} that the service accepts. */
|
|
1307
1307
|
export declare enum KnownRoutingChoice {
|
|
1308
1308
|
/** MicrosoftRouting */
|
|
@@ -1318,7 +1318,7 @@ export declare enum KnownRoutingChoice {
|
|
|
1318
1318
|
* **MicrosoftRouting** \
|
|
1319
1319
|
* **InternetRouting**
|
|
1320
1320
|
*/
|
|
1321
|
-
export
|
|
1321
|
+
export type RoutingChoice = string;
|
|
1322
1322
|
/** Known values of {@link MinimumTlsVersion} that the service accepts. */
|
|
1323
1323
|
export declare enum KnownMinimumTlsVersion {
|
|
1324
1324
|
/** TLS10 */
|
|
@@ -1337,7 +1337,7 @@ export declare enum KnownMinimumTlsVersion {
|
|
|
1337
1337
|
* **TLS1_1** \
|
|
1338
1338
|
* **TLS1_2**
|
|
1339
1339
|
*/
|
|
1340
|
-
export
|
|
1340
|
+
export type MinimumTlsVersion = string;
|
|
1341
1341
|
/** Known values of {@link GeoReplicationStatus} that the service accepts. */
|
|
1342
1342
|
export declare enum KnownGeoReplicationStatus {
|
|
1343
1343
|
/** Live */
|
|
@@ -1356,7 +1356,7 @@ export declare enum KnownGeoReplicationStatus {
|
|
|
1356
1356
|
* **Bootstrap** \
|
|
1357
1357
|
* **Unavailable**
|
|
1358
1358
|
*/
|
|
1359
|
-
export
|
|
1359
|
+
export type GeoReplicationStatus = string;
|
|
1360
1360
|
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1361
1361
|
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1362
1362
|
/** Pending */
|
|
@@ -1375,7 +1375,7 @@ export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
|
1375
1375
|
* **Approved** \
|
|
1376
1376
|
* **Rejected**
|
|
1377
1377
|
*/
|
|
1378
|
-
export
|
|
1378
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1379
1379
|
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1380
1380
|
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1381
1381
|
/** Succeeded */
|
|
@@ -1397,7 +1397,7 @@ export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
|
1397
1397
|
* **Deleting** \
|
|
1398
1398
|
* **Failed**
|
|
1399
1399
|
*/
|
|
1400
|
-
export
|
|
1400
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1401
1401
|
/** Known values of {@link BlobRestoreProgressStatus} that the service accepts. */
|
|
1402
1402
|
export declare enum KnownBlobRestoreProgressStatus {
|
|
1403
1403
|
/** InProgress */
|
|
@@ -1416,7 +1416,7 @@ export declare enum KnownBlobRestoreProgressStatus {
|
|
|
1416
1416
|
* **Complete** \
|
|
1417
1417
|
* **Failed**
|
|
1418
1418
|
*/
|
|
1419
|
-
export
|
|
1419
|
+
export type BlobRestoreProgressStatus = string;
|
|
1420
1420
|
/** Known values of {@link Services} that the service accepts. */
|
|
1421
1421
|
export declare enum KnownServices {
|
|
1422
1422
|
/** B */
|
|
@@ -1438,7 +1438,7 @@ export declare enum KnownServices {
|
|
|
1438
1438
|
* **t** \
|
|
1439
1439
|
* **f**
|
|
1440
1440
|
*/
|
|
1441
|
-
export
|
|
1441
|
+
export type Services = string;
|
|
1442
1442
|
/** Known values of {@link SignedResourceTypes} that the service accepts. */
|
|
1443
1443
|
export declare enum KnownSignedResourceTypes {
|
|
1444
1444
|
/** S */
|
|
@@ -1457,7 +1457,7 @@ export declare enum KnownSignedResourceTypes {
|
|
|
1457
1457
|
* **c** \
|
|
1458
1458
|
* **o**
|
|
1459
1459
|
*/
|
|
1460
|
-
export
|
|
1460
|
+
export type SignedResourceTypes = string;
|
|
1461
1461
|
/** Known values of {@link Permissions} that the service accepts. */
|
|
1462
1462
|
export declare enum KnownPermissions {
|
|
1463
1463
|
/** R */
|
|
@@ -1491,7 +1491,7 @@ export declare enum KnownPermissions {
|
|
|
1491
1491
|
* **u** \
|
|
1492
1492
|
* **p**
|
|
1493
1493
|
*/
|
|
1494
|
-
export
|
|
1494
|
+
export type Permissions = string;
|
|
1495
1495
|
/** Known values of {@link SignedResource} that the service accepts. */
|
|
1496
1496
|
export declare enum KnownSignedResource {
|
|
1497
1497
|
/** B */
|
|
@@ -1513,7 +1513,7 @@ export declare enum KnownSignedResource {
|
|
|
1513
1513
|
* **f** \
|
|
1514
1514
|
* **s**
|
|
1515
1515
|
*/
|
|
1516
|
-
export
|
|
1516
|
+
export type SignedResource = string;
|
|
1517
1517
|
/** Known values of {@link ManagementPolicyName} that the service accepts. */
|
|
1518
1518
|
export declare enum KnownManagementPolicyName {
|
|
1519
1519
|
/** Default */
|
|
@@ -1526,7 +1526,7 @@ export declare enum KnownManagementPolicyName {
|
|
|
1526
1526
|
* ### Known values supported by the service
|
|
1527
1527
|
* **default**
|
|
1528
1528
|
*/
|
|
1529
|
-
export
|
|
1529
|
+
export type ManagementPolicyName = string;
|
|
1530
1530
|
/** Known values of {@link RuleType} that the service accepts. */
|
|
1531
1531
|
export declare enum KnownRuleType {
|
|
1532
1532
|
/** Lifecycle */
|
|
@@ -1539,7 +1539,7 @@ export declare enum KnownRuleType {
|
|
|
1539
1539
|
* ### Known values supported by the service
|
|
1540
1540
|
* **Lifecycle**
|
|
1541
1541
|
*/
|
|
1542
|
-
export
|
|
1542
|
+
export type RuleType = string;
|
|
1543
1543
|
/** Known values of {@link BlobInventoryPolicyName} that the service accepts. */
|
|
1544
1544
|
export declare enum KnownBlobInventoryPolicyName {
|
|
1545
1545
|
/** Default */
|
|
@@ -1552,7 +1552,7 @@ export declare enum KnownBlobInventoryPolicyName {
|
|
|
1552
1552
|
* ### Known values supported by the service
|
|
1553
1553
|
* **default**
|
|
1554
1554
|
*/
|
|
1555
|
-
export
|
|
1555
|
+
export type BlobInventoryPolicyName = string;
|
|
1556
1556
|
/** Known values of {@link InventoryRuleType} that the service accepts. */
|
|
1557
1557
|
export declare enum KnownInventoryRuleType {
|
|
1558
1558
|
/** Inventory */
|
|
@@ -1565,7 +1565,7 @@ export declare enum KnownInventoryRuleType {
|
|
|
1565
1565
|
* ### Known values supported by the service
|
|
1566
1566
|
* **Inventory**
|
|
1567
1567
|
*/
|
|
1568
|
-
export
|
|
1568
|
+
export type InventoryRuleType = string;
|
|
1569
1569
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1570
1570
|
export declare enum KnownCreatedByType {
|
|
1571
1571
|
/** User */
|
|
@@ -1587,7 +1587,7 @@ export declare enum KnownCreatedByType {
|
|
|
1587
1587
|
* **ManagedIdentity** \
|
|
1588
1588
|
* **Key**
|
|
1589
1589
|
*/
|
|
1590
|
-
export
|
|
1590
|
+
export type CreatedByType = string;
|
|
1591
1591
|
/** Known values of {@link EncryptionScopeSource} that the service accepts. */
|
|
1592
1592
|
export declare enum KnownEncryptionScopeSource {
|
|
1593
1593
|
/** MicrosoftStorage */
|
|
@@ -1603,7 +1603,7 @@ export declare enum KnownEncryptionScopeSource {
|
|
|
1603
1603
|
* **Microsoft.Storage** \
|
|
1604
1604
|
* **Microsoft.KeyVault**
|
|
1605
1605
|
*/
|
|
1606
|
-
export
|
|
1606
|
+
export type EncryptionScopeSource = string;
|
|
1607
1607
|
/** Known values of {@link EncryptionScopeState} that the service accepts. */
|
|
1608
1608
|
export declare enum KnownEncryptionScopeState {
|
|
1609
1609
|
/** Enabled */
|
|
@@ -1619,44 +1619,44 @@ export declare enum KnownEncryptionScopeState {
|
|
|
1619
1619
|
* **Enabled** \
|
|
1620
1620
|
* **Disabled**
|
|
1621
1621
|
*/
|
|
1622
|
-
export
|
|
1622
|
+
export type EncryptionScopeState = string;
|
|
1623
1623
|
/** Defines values for SkuTier. */
|
|
1624
|
-
export
|
|
1624
|
+
export type SkuTier = "Standard" | "Premium";
|
|
1625
1625
|
/** Defines values for Reason. */
|
|
1626
|
-
export
|
|
1626
|
+
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
1627
1627
|
/** Defines values for State. */
|
|
1628
|
-
export
|
|
1628
|
+
export type State = "provisioning" | "deprovisioning" | "succeeded" | "failed" | "networkSourceDeleted";
|
|
1629
1629
|
/** Defines values for DefaultAction. */
|
|
1630
|
-
export
|
|
1630
|
+
export type DefaultAction = "Allow" | "Deny";
|
|
1631
1631
|
/** Defines values for AccessTier. */
|
|
1632
|
-
export
|
|
1632
|
+
export type AccessTier = "Hot" | "Cool";
|
|
1633
1633
|
/** Defines values for ProvisioningState. */
|
|
1634
|
-
export
|
|
1634
|
+
export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
|
|
1635
1635
|
/** Defines values for AccountStatus. */
|
|
1636
|
-
export
|
|
1636
|
+
export type AccountStatus = "available" | "unavailable";
|
|
1637
1637
|
/** Defines values for StorageAccountExpand. */
|
|
1638
|
-
export
|
|
1638
|
+
export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
|
|
1639
1639
|
/** Defines values for KeyPermission. */
|
|
1640
|
-
export
|
|
1640
|
+
export type KeyPermission = "Read" | "Full";
|
|
1641
1641
|
/** Defines values for UsageUnit. */
|
|
1642
|
-
export
|
|
1642
|
+
export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
|
|
1643
1643
|
/** Defines values for HttpProtocol. */
|
|
1644
|
-
export
|
|
1644
|
+
export type HttpProtocol = "https,http" | "https";
|
|
1645
1645
|
/** Optional parameters. */
|
|
1646
1646
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1647
1647
|
}
|
|
1648
1648
|
/** Contains response data for the list operation. */
|
|
1649
|
-
export
|
|
1649
|
+
export type OperationsListResponse = OperationListResult;
|
|
1650
1650
|
/** Optional parameters. */
|
|
1651
1651
|
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
1652
1652
|
}
|
|
1653
1653
|
/** Contains response data for the list operation. */
|
|
1654
|
-
export
|
|
1654
|
+
export type SkusListResponse = StorageSkuListResult;
|
|
1655
1655
|
/** Optional parameters. */
|
|
1656
1656
|
export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1657
1657
|
}
|
|
1658
1658
|
/** Contains response data for the checkNameAvailability operation. */
|
|
1659
|
-
export
|
|
1659
|
+
export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
1660
1660
|
/** Optional parameters. */
|
|
1661
1661
|
export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1662
1662
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1665,7 +1665,7 @@ export interface StorageAccountsCreateOptionalParams extends coreClient.Operatio
|
|
|
1665
1665
|
resumeFrom?: string;
|
|
1666
1666
|
}
|
|
1667
1667
|
/** Contains response data for the create operation. */
|
|
1668
|
-
export
|
|
1668
|
+
export type StorageAccountsCreateResponse = StorageAccount;
|
|
1669
1669
|
/** Optional parameters. */
|
|
1670
1670
|
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1671
1671
|
}
|
|
@@ -1675,42 +1675,42 @@ export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.O
|
|
|
1675
1675
|
expand?: StorageAccountExpand;
|
|
1676
1676
|
}
|
|
1677
1677
|
/** Contains response data for the getProperties operation. */
|
|
1678
|
-
export
|
|
1678
|
+
export type StorageAccountsGetPropertiesResponse = StorageAccount;
|
|
1679
1679
|
/** Optional parameters. */
|
|
1680
1680
|
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1681
1681
|
}
|
|
1682
1682
|
/** Contains response data for the update operation. */
|
|
1683
|
-
export
|
|
1683
|
+
export type StorageAccountsUpdateResponse = StorageAccount;
|
|
1684
1684
|
/** Optional parameters. */
|
|
1685
1685
|
export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
1686
1686
|
}
|
|
1687
1687
|
/** Contains response data for the list operation. */
|
|
1688
|
-
export
|
|
1688
|
+
export type StorageAccountsListResponse = StorageAccountListResult;
|
|
1689
1689
|
/** Optional parameters. */
|
|
1690
1690
|
export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1691
1691
|
}
|
|
1692
1692
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1693
|
-
export
|
|
1693
|
+
export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
|
|
1694
1694
|
/** Optional parameters. */
|
|
1695
1695
|
export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1696
1696
|
}
|
|
1697
1697
|
/** Contains response data for the listKeys operation. */
|
|
1698
|
-
export
|
|
1698
|
+
export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
|
|
1699
1699
|
/** Optional parameters. */
|
|
1700
1700
|
export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1701
1701
|
}
|
|
1702
1702
|
/** Contains response data for the regenerateKey operation. */
|
|
1703
|
-
export
|
|
1703
|
+
export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
|
|
1704
1704
|
/** Optional parameters. */
|
|
1705
1705
|
export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
|
|
1706
1706
|
}
|
|
1707
1707
|
/** Contains response data for the listAccountSAS operation. */
|
|
1708
|
-
export
|
|
1708
|
+
export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
|
|
1709
1709
|
/** Optional parameters. */
|
|
1710
1710
|
export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
|
|
1711
1711
|
}
|
|
1712
1712
|
/** Contains response data for the listServiceSAS operation. */
|
|
1713
|
-
export
|
|
1713
|
+
export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
|
|
1714
1714
|
/** Optional parameters. */
|
|
1715
1715
|
export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
|
|
1716
1716
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1726,7 +1726,7 @@ export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClie
|
|
|
1726
1726
|
resumeFrom?: string;
|
|
1727
1727
|
}
|
|
1728
1728
|
/** Contains response data for the restoreBlobRanges operation. */
|
|
1729
|
-
export
|
|
1729
|
+
export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
|
|
1730
1730
|
/** Optional parameters. */
|
|
1731
1731
|
export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
|
|
1732
1732
|
}
|
|
@@ -1734,22 +1734,22 @@ export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends c
|
|
|
1734
1734
|
export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1735
1735
|
}
|
|
1736
1736
|
/** Contains response data for the listNext operation. */
|
|
1737
|
-
export
|
|
1737
|
+
export type StorageAccountsListNextResponse = StorageAccountListResult;
|
|
1738
1738
|
/** Optional parameters. */
|
|
1739
1739
|
export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
1740
1740
|
}
|
|
1741
1741
|
/** Contains response data for the listByLocation operation. */
|
|
1742
|
-
export
|
|
1742
|
+
export type UsagesListByLocationResponse = UsageListResult;
|
|
1743
1743
|
/** Optional parameters. */
|
|
1744
1744
|
export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1745
1745
|
}
|
|
1746
1746
|
/** Contains response data for the get operation. */
|
|
1747
|
-
export
|
|
1747
|
+
export type ManagementPoliciesGetResponse = ManagementPolicy;
|
|
1748
1748
|
/** Optional parameters. */
|
|
1749
1749
|
export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1750
1750
|
}
|
|
1751
1751
|
/** Contains response data for the createOrUpdate operation. */
|
|
1752
|
-
export
|
|
1752
|
+
export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
|
|
1753
1753
|
/** Optional parameters. */
|
|
1754
1754
|
export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1755
1755
|
}
|
|
@@ -1757,12 +1757,12 @@ export interface ManagementPoliciesDeleteOptionalParams extends coreClient.Opera
|
|
|
1757
1757
|
export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1758
1758
|
}
|
|
1759
1759
|
/** Contains response data for the get operation. */
|
|
1760
|
-
export
|
|
1760
|
+
export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
|
|
1761
1761
|
/** Optional parameters. */
|
|
1762
1762
|
export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1763
1763
|
}
|
|
1764
1764
|
/** Contains response data for the createOrUpdate operation. */
|
|
1765
|
-
export
|
|
1765
|
+
export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
|
|
1766
1766
|
/** Optional parameters. */
|
|
1767
1767
|
export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1768
1768
|
}
|
|
@@ -1770,22 +1770,22 @@ export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.Op
|
|
|
1770
1770
|
export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1771
1771
|
}
|
|
1772
1772
|
/** Contains response data for the list operation. */
|
|
1773
|
-
export
|
|
1773
|
+
export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
|
|
1774
1774
|
/** Optional parameters. */
|
|
1775
1775
|
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1776
1776
|
}
|
|
1777
1777
|
/** Contains response data for the list operation. */
|
|
1778
|
-
export
|
|
1778
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1779
1779
|
/** Optional parameters. */
|
|
1780
1780
|
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1781
1781
|
}
|
|
1782
1782
|
/** Contains response data for the get operation. */
|
|
1783
|
-
export
|
|
1783
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1784
1784
|
/** Optional parameters. */
|
|
1785
1785
|
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
1786
1786
|
}
|
|
1787
1787
|
/** Contains response data for the put operation. */
|
|
1788
|
-
export
|
|
1788
|
+
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
1789
1789
|
/** Optional parameters. */
|
|
1790
1790
|
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1791
1791
|
}
|
|
@@ -1793,22 +1793,22 @@ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClie
|
|
|
1793
1793
|
export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
|
|
1794
1794
|
}
|
|
1795
1795
|
/** Contains response data for the listByStorageAccount operation. */
|
|
1796
|
-
export
|
|
1796
|
+
export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
|
|
1797
1797
|
/** Optional parameters. */
|
|
1798
1798
|
export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1799
1799
|
}
|
|
1800
1800
|
/** Contains response data for the list operation. */
|
|
1801
|
-
export
|
|
1801
|
+
export type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
|
|
1802
1802
|
/** Optional parameters. */
|
|
1803
1803
|
export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1804
1804
|
}
|
|
1805
1805
|
/** Contains response data for the get operation. */
|
|
1806
|
-
export
|
|
1806
|
+
export type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
|
|
1807
1807
|
/** Optional parameters. */
|
|
1808
1808
|
export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1809
1809
|
}
|
|
1810
1810
|
/** Contains response data for the createOrUpdate operation. */
|
|
1811
|
-
export
|
|
1811
|
+
export type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
|
|
1812
1812
|
/** Optional parameters. */
|
|
1813
1813
|
export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1814
1814
|
}
|
|
@@ -1816,27 +1816,27 @@ export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClien
|
|
|
1816
1816
|
export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
|
|
1817
1817
|
}
|
|
1818
1818
|
/** Contains response data for the put operation. */
|
|
1819
|
-
export
|
|
1819
|
+
export type EncryptionScopesPutResponse = EncryptionScope;
|
|
1820
1820
|
/** Optional parameters. */
|
|
1821
1821
|
export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
|
|
1822
1822
|
}
|
|
1823
1823
|
/** Contains response data for the patch operation. */
|
|
1824
|
-
export
|
|
1824
|
+
export type EncryptionScopesPatchResponse = EncryptionScope;
|
|
1825
1825
|
/** Optional parameters. */
|
|
1826
1826
|
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
1827
1827
|
}
|
|
1828
1828
|
/** Contains response data for the get operation. */
|
|
1829
|
-
export
|
|
1829
|
+
export type EncryptionScopesGetResponse = EncryptionScope;
|
|
1830
1830
|
/** Optional parameters. */
|
|
1831
1831
|
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
1832
1832
|
}
|
|
1833
1833
|
/** Contains response data for the list operation. */
|
|
1834
|
-
export
|
|
1834
|
+
export type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
1835
1835
|
/** Optional parameters. */
|
|
1836
1836
|
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1837
1837
|
}
|
|
1838
1838
|
/** Contains response data for the listNext operation. */
|
|
1839
|
-
export
|
|
1839
|
+
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
1840
1840
|
/** Optional parameters. */
|
|
1841
1841
|
export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1842
1842
|
/** server parameter */
|