Microsoft.Azure.Management.Storage.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.Storage</name> </assembly> <members> <member name="T:Microsoft.Azure.Management.Storage.IStorageAccountOperations"> <summary> Operations for managing storage accounts. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.BeginCreateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters,System.Threading.CancellationToken)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent PUT request is issued with exact same set of properties, then HTTP 200 would be returned. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> The parameters to provide for the created account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.CheckNameAvailabilityAsync(System.String,System.Threading.CancellationToken)"> <summary> Checks that account name is valid and is not in use. </summary> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The CheckNameAvailability operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters,System.Threading.CancellationToken)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent create request is issued with exact same set of properties, the request succeeds.The max number of storage accounts that can be created per subscription is limited to 100. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> The parameters to provide for the created account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a storage account in Microsoft Azure. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.GetPropertiesAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Returns the properties for the specified storage account including but not limited to name, account type, location, and account status. The ListKeys operation should be used to retrieve storage keys. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Get storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.ListAsync(System.Threading.CancellationToken)"> <summary> Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.ListByResourceGroupAsync(System.String,System.Threading.CancellationToken)"> <summary> Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the access keys for the specified storage account. </summary> <param name='resourceGroupName'> The name of the resource group. </param> <param name='accountName'> The name of the storage account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The ListKeys operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.RegenerateKeyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Regenerates the access keys for the specified storage account. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='regenerateKey'> Specifies name of the key which should be regenerated. key1 or key2 for the default keys </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The RegenerateKey operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageAccountOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters,System.Threading.CancellationToken)"> <summary> Updates the account type or tags for a storage account. It can also be used to add a custom domain (note that custom domains cannot be added via the Create operation). Only one custom domain is supported per storage account. In order to replace a custom domain, the old value must be cleared before a new value may be set. To clear a custom domain, simply update the custom domain with empty string. Then call update again with the new cutsom domain name. The update API can only be used to update one of tags, accountType, or customDomain per call. To update multiple of these properties, call the API multiple times with one change per call. This call does not change the storage keys for the account. If you want to change storage account keys, use the RegenerateKey operation. The location and name of the storage account cannot be changed after creation. </summary> <param name='resourceGroupName'> The name of the resource group within the user's subscription. </param> <param name='accountName'> The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> The parameters to update on the account. Note that only one property can be changed at a time using this API. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Update storage account operation response. </returns> </member> <member name="T:Microsoft.Azure.Management.Storage.IStorageManagementClient"> <summary> The Storage Management Client. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.IStorageManagementClient.GetCreateOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Create Operation Status operation returns the status of the specified create operation. After calling the asynchronous Begin Create operation, you can call Get Create Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> The URL where the status of the long-running create operation can be checked. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.StorageAccounts"> <summary> Operations for managing storage accounts. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.IStorageManagementClient.Usage"> <summary> Operations for listing usage. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.IUsageOperations"> <summary> Operations for listing usage. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.IUsageOperations.ListAsync(System.Threading.CancellationToken)"> <summary> Gets the current usage count and the limit for the resources under the subscription. </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The List Usages operation response. </returns> </member> <member name="T:Microsoft.Azure.Management.Storage.StorageAccountOperations"> <summary> Operations for managing storage accounts. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.#ctor(Microsoft.Azure.Management.Storage.StorageManagementClient)"> <summary> Initializes a new instance of the StorageAccountOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.BeginCreateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters,System.Threading.CancellationToken)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent PUT request is issued with exact same set of properties, then HTTP 200 would be returned. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.CheckNameAvailabilityAsync(System.String,System.Threading.CancellationToken)"> <summary> Checks that account name is valid and is not in use. </summary> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The CheckNameAvailability operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters,System.Threading.CancellationToken)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent create request is issued with exact same set of properties, the request succeeds.The max number of storage accounts that can be created per subscription is limited to 100. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a storage account in Microsoft Azure. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.GetPropertiesAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Returns the properties for the specified storage account including but not limited to name, account type, location, and account status. The ListKeys operation should be used to retrieve storage keys. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Get storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.ListAsync(System.Threading.CancellationToken)"> <summary> Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.ListByResourceGroupAsync(System.String,System.Threading.CancellationToken)"> <summary> Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.ListKeysAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the access keys for the specified storage account. </summary> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='accountName'> Required. The name of the storage account. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The ListKeys operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.RegenerateKeyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Regenerates the access keys for the specified storage account. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='regenerateKey'> Required. Specifies name of the key which should be regenerated. key1 or key2 for the default keys </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The RegenerateKey operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters,System.Threading.CancellationToken)"> <summary> Updates the account type or tags for a storage account. It can also be used to add a custom domain (note that custom domains cannot be added via the Create operation). Only one custom domain is supported per storage account. In order to replace a custom domain, the old value must be cleared before a new value may be set. To clear a custom domain, simply update the custom domain with empty string. Then call update again with the new cutsom domain name. The update API can only be used to update one of tags, accountType, or customDomain per call. To update multiple of these properties, call the API multiple times with one change per call. This call does not change the storage keys for the account. If you want to change storage account keys, use the RegenerateKey operation. The location and name of the storage account cannot be changed after creation. </summary> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to update on the account. Note that only one property can be changed at a time using this API. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Update storage account operation response. </returns> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageAccountOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.Storage.StorageManagementClient. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions"> <summary> The Storage Management Client. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.BeginCreate(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent PUT request is issued with exact same set of properties, then HTTP 200 would be returned. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent PUT request is issued with exact same set of properties, then HTTP 200 would be returned. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.CheckNameAvailability(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String)"> <summary> Checks that account name is valid and is not in use. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> The CheckNameAvailability operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String)"> <summary> Checks that account name is valid and is not in use. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> The CheckNameAvailability operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.Create(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent create request is issued with exact same set of properties, the request succeeds.The max number of storage accounts that can be created per subscription is limited to 100. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.CreateAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters)"> <summary> Asynchronously creates a new storage account with the specified parameters. Existing accounts cannot be updated with this API and should instead use the Update Storage Account API. If an account is already created and subsequent create request is issued with exact same set of properties, the request succeeds.The max number of storage accounts that can be created per subscription is limited to 100. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to provide for the created account. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.Delete(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Deletes a storage account in Microsoft Azure. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Deletes a storage account in Microsoft Azure. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> A standard service response including an HTTP status code and request ID. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.GetProperties(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Returns the properties for the specified storage account including but not limited to name, account type, location, and account status. The ListKeys operation should be used to retrieve storage keys. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> The Get storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.GetPropertiesAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Returns the properties for the specified storage account including but not limited to name, account type, location, and account status. The ListKeys operation should be used to retrieve storage keys. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <returns> The Get storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.List(Microsoft.Azure.Management.Storage.IStorageAccountOperations)"> <summary> Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations)"> <summary> Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String)"> <summary> Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String)"> <summary> Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <returns> The list storage accounts operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.ListKeys(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Lists the access keys for the specified storage account. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='accountName'> Required. The name of the storage account. </param> <returns> The ListKeys operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.ListKeysAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String)"> <summary> Lists the access keys for the specified storage account. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group. </param> <param name='accountName'> Required. The name of the storage account. </param> <returns> The ListKeys operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.RegenerateKey(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,System.String)"> <summary> Regenerates the access keys for the specified storage account. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='regenerateKey'> Required. Specifies name of the key which should be regenerated. key1 or key2 for the default keys </param> <returns> The RegenerateKey operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,System.String)"> <summary> Regenerates the access keys for the specified storage account. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='regenerateKey'> Required. Specifies name of the key which should be regenerated. key1 or key2 for the default keys </param> <returns> The RegenerateKey operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.Update(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters)"> <summary> Updates the account type or tags for a storage account. It can also be used to add a custom domain (note that custom domains cannot be added via the Create operation). Only one custom domain is supported per storage account. In order to replace a custom domain, the old value must be cleared before a new value may be set. To clear a custom domain, simply update the custom domain with empty string. Then call update again with the new cutsom domain name. The update API can only be used to update one of tags, accountType, or customDomain per call. To update multiple of these properties, call the API multiple times with one change per call. This call does not change the storage keys for the account. If you want to change storage account keys, use the RegenerateKey operation. The location and name of the storage account cannot be changed after creation. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to update on the account. Note that only one property can be changed at a time using this API. </param> <returns> The Update storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageAccountOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Storage.IStorageAccountOperations,System.String,System.String,Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters)"> <summary> Updates the account type or tags for a storage account. It can also be used to add a custom domain (note that custom domains cannot be added via the Create operation). Only one custom domain is supported per storage account. In order to replace a custom domain, the old value must be cleared before a new value may be set. To clear a custom domain, simply update the custom domain with empty string. Then call update again with the new cutsom domain name. The update API can only be used to update one of tags, accountType, or customDomain per call. To update multiple of these properties, call the API multiple times with one change per call. This call does not change the storage keys for the account. If you want to change storage account keys, use the RegenerateKey operation. The location and name of the storage account cannot be changed after creation. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageAccountOperations. </param> <param name='resourceGroupName'> Required. The name of the resource group within the user's subscription. </param> <param name='accountName'> Required. The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. </param> <param name='parameters'> Required. The parameters to update on the account. Note that only one property can be changed at a time using this API. </param> <returns> The Update storage account operation response. </returns> </member> <member name="T:Microsoft.Azure.Management.Storage.StorageManagementClient"> <summary> The Storage Management Client. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor(System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='baseUri'> Optional. Gets the URI used as the base for all cloud service requests. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StorageManagementClient class. </summary> <param name='credentials'> Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.Storage.StorageManagementClient})"> <summary> Clones properties from current instance to another StorageManagementClient instance </summary> <param name='client'> Instance of StorageManagementClient to clone to </param> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.ParseAccountType(System.String)"> <summary> Parse enum values for type AccountType. </summary> <param name='value'> The value to parse. </param> <returns> The enum value. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.AccountTypeToString(Microsoft.Azure.Management.Storage.Models.AccountType)"> <summary> Convert an enum of type AccountType to a string. </summary> <param name='value'> The value to convert to a string. </param> <returns> The enum value as a string. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClient.GetCreateOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Create Operation Status operation returns the status of the specified create operation. After calling the asynchronous Begin Create operation, you can call Get Create Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> Required. The URL where the status of the long-running create operation can be checked. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The Create storage account operation response. </returns> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.BaseUri"> <summary> Gets the URI used as the base for all cloud service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.Credentials"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.StorageAccounts"> <summary> Operations for managing storage accounts. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.StorageManagementClient.Usage"> <summary> Operations for listing usage. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.StorageManagementClientExtensions"> <summary> The Storage Management Client. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClientExtensions.GetCreateOperationStatus(Microsoft.Azure.Management.Storage.IStorageManagementClient,System.String)"> <summary> The Get Create Operation Status operation returns the status of the specified create operation. After calling the asynchronous Begin Create operation, you can call Get Create Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageManagementClient. </param> <param name='operationStatusLink'> Required. The URL where the status of the long-running create operation can be checked. </param> <returns> The Create storage account operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.StorageManagementClientExtensions.GetCreateOperationStatusAsync(Microsoft.Azure.Management.Storage.IStorageManagementClient,System.String)"> <summary> The Get Create Operation Status operation returns the status of the specified create operation. After calling the asynchronous Begin Create operation, you can call Get Create Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IStorageManagementClient. </param> <param name='operationStatusLink'> Required. The URL where the status of the long-running create operation can be checked. </param> <returns> The Create storage account operation response. </returns> </member> <member name="T:Microsoft.Azure.Management.Storage.UsageOperations"> <summary> Operations for listing usage. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.UsageOperations.#ctor(Microsoft.Azure.Management.Storage.StorageManagementClient)"> <summary> Initializes a new instance of the UsageOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.Storage.UsageOperations.ListAsync(System.Threading.CancellationToken)"> <summary> Gets the current usage count and the limit for the resources under the subscription. </summary> <param name='cancellationToken'> Cancellation token. </param> <returns> The List Usages operation response. </returns> </member> <member name="P:Microsoft.Azure.Management.Storage.UsageOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.Storage.StorageManagementClient. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.UsageOperationsExtensions"> <summary> The Storage Management Client. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.UsageOperationsExtensions.List(Microsoft.Azure.Management.Storage.IUsageOperations)"> <summary> Gets the current usage count and the limit for the resources under the subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IUsageOperations. </param> <returns> The List Usages operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.Storage.UsageOperationsExtensions.ListAsync(Microsoft.Azure.Management.Storage.IUsageOperations)"> <summary> Gets the current usage count and the limit for the resources under the subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.Storage.IUsageOperations. </param> <returns> The List Usages operation response. </returns> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.AccountStatus"> <summary> The status of the storage account. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountStatus.Available"> <summary> Available. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountStatus.Unavailable"> <summary> Unavailable. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.AccountType"> <summary> The account type of the storage account. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountType.StandardLRS"> <summary> Locally-redundant storage. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountType.StandardZRS"> <summary> Zone-redundant storage. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountType.StandardGRS"> <summary> Geo-redundant storage. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountType.StandardRAGRS"> <summary> Read access geo-redundant storage. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.AccountType.PremiumLRS"> <summary> Premium locally-redundant storage. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResponse"> <summary> The CheckNameAvailability operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResponse.#ctor"> <summary> Initializes a new instance of the CheckNameAvailabilityResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResponse.Message"> <summary> Optional. Gets an error message explaining the Reason value in more detail. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResponse.NameAvailable"> <summary> Optional. Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or invalid and cannot be used. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResponse.Reason"> <summary> Optional. Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.CustomDomain"> <summary> The custom domain assigned to this storage account. This can be set via Update. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.CustomDomain.#ctor"> <summary> Initializes a new instance of the CustomDomain class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.CustomDomain.#ctor(System.String)"> <summary> Initializes a new instance of the CustomDomain class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.CustomDomain.Name"> <summary> Required. Gets or sets the custom domain name. Name is the CNAME source. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.CustomDomain.UseSubDomain"> <summary> Optional. Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.Endpoints"> <summary> The URIs that are used to perform a retrieval of a public blob, queue or table object. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.Endpoints.#ctor"> <summary> Initializes a new instance of the Endpoints class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Endpoints.Blob"> <summary> Optional. Gets the blob endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Endpoints.File"> <summary> Optional. Gets the file endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Endpoints.Queue"> <summary> Optional. Gets the queue endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Endpoints.Table"> <summary> Optional. Gets the table endpoint. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.ProvisioningState"> <summary> The state of the storage account at the time the operation was called. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.ProvisioningState.Creating"> <summary> The storage account is being created. When an account is in “Creating” state, only properties that are specified as input for Create operation are returned. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.ProvisioningState.ResolvingDNS"> <summary> The DNS name for the storage account is being propagated. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.ProvisioningState.Succeeded"> <summary> The storage account is active for use. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.Reason"> <summary> Specifies the reason that a storage account name could not be used. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.Reason.AccountNameInvalid"> <summary> This indicates that the name has syntactic errors (invalid characters, string length, etc.) </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.Reason.AlreadyExists"> <summary> This indicates that the name has already been taken by an existing storage account. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccount"> <summary> The storage account. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccount.#ctor"> <summary> Initializes a new instance of the StorageAccount class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccount.#ctor(System.String)"> <summary> Initializes a new instance of the StorageAccount class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.AccountType"> <summary> Optional. Gets the type of the storage account. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.CreationTime"> <summary> Optional. Gets the creation date and time of the storage account in UTC. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.CustomDomain"> <summary> Optional. Gets the user assigned custom domain assigned to this storage account. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.LastGeoFailoverTime"> <summary> Optional. Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is StandardGRS or StandardRAGRS. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.PrimaryEndpoints"> <summary> Optional. Gets the URLs that are used to perform a retrieval of a public blob, queue or table object.Note that StandardZRS and PremiumLRS accounts only return the blob endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.PrimaryLocation"> <summary> Optional. Gets the location of the primary for the storage account. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.ProvisioningState"> <summary> Optional. Gets the status of the storage account at the time the operation was called. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.SecondaryEndpoints"> <summary> Optional. Gets the URLs that are used to perform a retrieval of a public blob, queue or table object from the secondary location of the storage account. Only available if the accountType is StandardRAGRS. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.SecondaryLocation"> <summary> Optional. Gets the location of the geo replicated secondary for the storage account. Only available if the accountType is StandardGRS or StandardRAGRS. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.StatusOfPrimary"> <summary> Optional. Gets the status indicating whether the primary location of the storage account is available or unavailable. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccount.StatusOfSecondary"> <summary> Optional. Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the accountType is StandardGRS or StandardRAGRS. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters"> <summary> The parameters to provide for the account. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.#ctor"> <summary> Initializes a new instance of the StorageAccountCreateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.#ctor(System.Nullable{Microsoft.Azure.Management.Storage.Models.AccountType},System.String)"> <summary> Initializes a new instance of the StorageAccountCreateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.AccountType"> <summary> Required. Gets or sets the account type. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.Location"> <summary> Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.Tags"> <summary> Optional. Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse"> <summary> The Create storage account operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountCreateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse.OperationStatusLink"> <summary> Optional. Gets the URL where the status of the create operation can be checked. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse.RetryAfter"> <summary> Optional. Gets the delay that the client should use when checking for the status of the operation. This delay is specified in seconds as an integer; min 5 seconds, max 900 seconds (15 minutes). The storage resource provider will return 25 seconds initially. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse.Status"> <summary> Optional. Gets the status of the create request. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountCreateResponse.StorageAccount"> <summary> Optional. Gets the storage account with the created properties populated. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountGetPropertiesResponse"> <summary> The Get storage account operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountGetPropertiesResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountGetPropertiesResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountGetPropertiesResponse.StorageAccount"> <summary> Optional. Gets the returned storage account. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountKeys"> <summary> The access keys for the storage account. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountKeys.#ctor"> <summary> Initializes a new instance of the StorageAccountKeys class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountKeys.Key1"> <summary> Optional. Gets the value of key 1. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountKeys.Key2"> <summary> Optional. Gets the value of key 2. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResponse"> <summary> The ListKeys operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountListKeysResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResponse.StorageAccountKeys"> <summary> Optional. Gets the access keys for the storage account. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountListResponse"> <summary> The list storage accounts operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountListResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountListResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountListResponse.GetEnumerator"> <summary> Gets the sequence of StorageAccounts. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountListResponse.System#Collections#IEnumerable#GetEnumerator"> <summary> Gets the sequence of StorageAccounts. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountListResponse.StorageAccounts"> <summary> Optional. Gets the list of storage accounts and their properties. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountRegenerateKeyResponse"> <summary> The RegenerateKey operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountRegenerateKeyResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountRegenerateKeyResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountRegenerateKeyResponse.StorageAccountKeys"> <summary> Optional. Gets the access keys associated with the storage account, one of which mayhave been regenerated by this operation. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters"> <summary> The parameters to update on the account. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters.#ctor"> <summary> Initializes a new instance of the StorageAccountUpdateParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters.AccountType"> <summary> Optional. Gets or sets the account type. Note that StandardZRS and PremiumLRS accounts cannot be changed to other account types, and other account types cannot be changed to StandardZRS or PremiumLRS. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters.CustomDomain"> <summary> Optional. User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters.Tags"> <summary> Optional. Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. This is a full replace so all the existing tags will be replaced on Update. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateResponse"> <summary> The Update storage account operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateResponse.#ctor"> <summary> Initializes a new instance of the StorageAccountUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateResponse.StorageAccount"> <summary> Optional. Gets the storage account with the updated properties populated. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.Usage"> <summary> Describes Storage Resource Usage. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.Usage.#ctor"> <summary> Initializes a new instance of the Usage class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Usage.CurrentValue"> <summary> Required. Gets the current count of the allocated resources in the subscription. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Usage.Limit"> <summary> Required. Gets the maximum count of the resources that can be allocated in the subscription. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Usage.Name"> <summary> Required. Gets the name of the type of usage. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.Usage.Unit"> <summary> Required. Gets the unit of measurement. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.UsageListResponse"> <summary> The List Usages operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.UsageListResponse.#ctor"> <summary> Initializes a new instance of the UsageListResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.UsageListResponse.GetEnumerator"> <summary> Gets the sequence of Usages. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.UsageListResponse.System#Collections#IEnumerable#GetEnumerator"> <summary> Gets the sequence of Usages. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.UsageListResponse.Usages"> <summary> Optional. Gets or sets the list Storage Resource Usages. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.UsageName"> <summary> The Usage Names. </summary> </member> <member name="M:Microsoft.Azure.Management.Storage.Models.UsageName.#ctor"> <summary> Initializes a new instance of the UsageName class. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.UsageName.LocalizedValue"> <summary> Optional. Gets a localized string describing the resource name. </summary> </member> <member name="P:Microsoft.Azure.Management.Storage.Models.UsageName.Value"> <summary> Optional. Gets a string describing the resource name. </summary> </member> <member name="T:Microsoft.Azure.Management.Storage.Models.UsageUnit"> <summary> The usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.Count"> <summary> The count usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.Bytes"> <summary> The bytes usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.Seconds"> <summary> The seconds usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.Percent"> <summary> The percent usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.CountsPerSecond"> <summary> The counts per second usage unit. </summary> </member> <member name="F:Microsoft.Azure.Management.Storage.Models.UsageUnit.BytesPerSecond"> <summary> The bytes per second usage unit. </summary> </member> </members> </doc> |