Azure powershell 获取 vmSize 可用列表的命令
1、使用 Add-AzureAccount -Environment azurechinacloud 登录到订阅
2、选择默认的订阅 Select-AzureSubscription -SubscriptionId {订阅ID} -Default
3、执行获取命令 Get-AzureRoleSize | select RoleSizeLabel
结果如下:
RoleSizeLabel
-------------
A5 (2 cores, 14336 MB)
A6 (4 cores, 28672 MB)
A7 (8 cores, 57344 MB)
Basic_A0 (1 cores, 768 MB)
Basic_A1 (1 cores, 1792 MB)
Basic_A2 (2 cores, 3584 MB)
Basic_A3 (4 cores, 7168 MB)
Basic_A4 (8 cores, 14336 MB)
ExtraLarge (8 cores, 14336 MB)
ExtraSmall (1 cores, 768 MB)
Large (4 cores, 7168 MB)
Medium (2 cores, 3584 MB)
Small (1 cores, 1792 MB)
Standard_A1_v2 (1 cores, 2048 MB)
Standard_A2_v2 (2 cores, 4096 MB)
Standard_A2m_v2 (2 cores, 16384 MB)
Standard_A4_v2 (4 cores, 8192 MB)
Standard_A4m_v2 (4 cores, 32768 MB)
Standard_A8_v2 (8 cores, 16384 MB)
Standard_A8m_v2 (8 cores, 65536 MB)
Standard_D1 (1 cores, 3584 MB)
Standard_D1_v2 (1 cores, 3584 MB)
Standard_D11 (2 cores, 14336 MB)
Standard_D11_v2 (2 cores, 14336 MB)
Standard_D11_v2_Promo (2 cores, 14336 MB)
Standard_D12 (4 cores, 28672 MB)
Standard_D12_v2 (4 cores, 28672 MB)
Standard_D12_v2_Promo (4 cores, 28672 MB)
Standard_D13 (8 cores, 57344 MB)
Standard_D13_v2 (8 cores, 57344 MB)
Standard_D13_v2_Promo (8 cores, 57344 MB)
Standard_D14 (16 cores, 114688 MB)
Standard_D14_v2 (16 cores, 114688 MB)
Standard_D14_v2_Promo (16 cores, 114688 MB)
Standard_D15_v2 (20 cores, 143360 MB)
Standard_D2 (2 cores, 7168 MB)
Standard_D2_v2 (2 cores, 7168 MB)
Standard_D2_v2_Promo (2 cores, 7168 MB)
Standard_D3 (4 cores, 14336 MB)
Standard_D3_v2 (4 cores, 14336 MB)
Standard_D3_v2_Promo (4 cores, 14336 MB)
Standard_D4 (8 cores, 28672 MB)
Standard_D4_v2 (8 cores, 28672 MB)
Standard_D4_v2_Promo (8 cores, 28672 MB)
Standard_D5_v2 (16 cores, 57344 MB)
Standard_D5_v2_Promo (16 cores, 57344 MB)
Standard_DS1 (1 cores, 3584 MB)
Standard_DS1_v2 (1 cores, 3584 MB)
Standard_DS11 (2 cores, 14336 MB)
Standard_DS11_v2 (2 cores, 14336 MB)
Standard_DS11_v2_Promo (2 cores, 14336 MB)
Standard_DS12 (4 cores, 28672 MB)
Standard_DS12_v2 (4 cores, 28672 MB)
Standard_DS12_v2_Promo (4 cores, 28672 MB)
Standard_DS13 (8 cores, 57344 MB)
Standard_DS13_v2 (8 cores, 57344 MB)
Standard_DS13_v2_Promo (8 cores, 57344 MB)
Standard_DS14 (16 cores, 114688 MB)
Standard_DS14_v2 (16 cores, 114688 MB)
Standard_DS14_v2_Promo (16 cores, 114688 MB)
Standard_DS15_v2 (20 cores, 143360 MB)
Standard_DS2 (2 cores, 7168 MB)
Standard_DS2_v2 (2 cores, 7168 MB)
Standard_DS2_v2_Promo (2 cores, 7168 MB)
Standard_DS3 (4 cores, 14336 MB)
Standard_DS3_v2 (4 cores, 14336 MB)
Standard_DS3_v2_Promo (4 cores, 14336 MB)
Standard_DS4 (8 cores, 28672 MB)
Standard_DS4_v2 (8 cores, 28672 MB)
Standard_DS4_v2_Promo (8 cores, 28672 MB)
Standard_DS5_v2 (16 cores, 57344 MB)
Standard_DS5_v2_Promo (16 cores, 57344 MB)
Standard_F1 (1 cores, 2048 MB)
Standard_F16 (16 cores, 32768 MB)
Standard_F16s (16 cores, 32768 MB)
Standard_F1s (1 cores, 2048 MB)
Standard_F2 (2 cores, 4096 MB)
Standard_F2s (2 cores, 4096 MB)
Standard_F4 (4 cores, 8192 MB)
Standard_F4s (4 cores, 8192 MB)
Standard_F8 (8 cores, 16384 MB)
Standard_F8s (8 cores, 16384 MB)
Azure powershell 获取 vmSize 可用列表的命令的更多相关文章
- azure powershell 获取可用镜像列表
通过Azure Powershell 指定location和Pbulishername 获取所有可用镜像的 publisherName,Offer,Skus,Version,location信息列表 ...
- 通过Azure Powershell获取asm及arm虚拟机的配置信息
1.asm虚拟机可以使用类似如下Azure Powershell命令获取虚拟机的基本信息,包括发行版本,虚拟机名称及size[备注:虚拟机需要是使用平台image创建的] PS C:\Users\he ...
- Azure Powershell 获取可用镜像 PublisherName,Offer,Skus,Version
#登录 $username="{登录名}" #定义一个用户账号的变量,可以输入需要登录的订阅账号名称 $password=ConvertTo-SecureString -Strin ...
- Azure Powershell获取指定订阅下的虚拟机信息(ARM)
为方便Azure用户导出已创建虚拟机的相关信息,特编写如下脚本: 详情脚本: # 登陆Azure Account Add-AzureRmAccount -EnvironmentName AzureCh ...
- Azure Powershell获取指定订阅下的虚拟机信息(ASM)
为方便Azure用户导出已创建虚拟机的相关信息,特编写如下脚本: 详情脚本: # 登陆Azure Account Add-AzureAccount -Environment AzureChinaClo ...
- Azure Powershell获取Azure虚拟机的操作系统型号及具体版本
Azure ARM 模式虚拟机: 1.登陆Azure账号 Add-AzureRmAccount -EnvironmentName AzurechinaCloud 2.选择指定订阅 Select-Azu ...
- Microsoft Azure Powershell 获取Azure-Location
首先要切换至AzureResourceManager模式下 http://www.cnblogs.com/SignalTips/p/4110790.html 国际版Get-AzureLocation ...
- 使用PowerShell 获取azure image publisher offer sku 信息
使用azure powershell 获取指定区域的可用镜像 publisher offer sku信息 param ( [parameter(Mandatory = $false)] $Locati ...
- Azure PowerShell (3) 上传证书
<Windows Azure Platform 系列文章目录> 本文介绍的是国外的Azure Global Update 2015-09-01 发现一个新的命令,在Azure PowerS ...
随机推荐
- JavaScript-Tool-富文本:Simditor
ylbtech-JavaScript-Tool-富文本:Simditor 1.返回顶部 1. 2. 2.返回顶部 1. Simditor 是团队协作工具 Tower 使用的富文本编辑器. 相比传统的编 ...
- 屏蔽iframe中超链接
<style type="text/css"> .mask { position: absolute; width: 290px; height: 96px; z-in ...
- Log4j1的使用与log4j.properties的配置
这里介绍Log4j1(即Log4j 1.x版本),这里以普通的Java项目为例,用eclipse编写,项目结构如下图所示: 该项目主要包括: java文件:Log4jv1Util 以及 Log4jv1 ...
- HUD-1548
A strange lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)To ...
- EasyUI 启用行内编辑
创建数据网格(DataGrid) $(function(){ $('#tt').datagrid({ title:'Editable DataGrid', iconCls:'icon-edit', w ...
- Python及Pycharm安装详细教程
参考:http://blog.csdn.net/qq_29883591/article/details/52664478 首先我们来安装python 1.首先进入网站下载:点击打开链接(或自己输入网址 ...
- 重温sql 设计的基本三大范式
第一范式:确保每列的原子性. 如果每列(或者每个属性)都是不可再分的最小数据单元(也称为最小的原子单元),则满足第一范式. 例如:顾客表(姓名.编号.地址.……)其中"地址"列还可 ...
- 51nod1414【思维】
思路: 直接可以枚举1-n,如果枚举到是n的约数i,那么暴力枚举起点,其余点用i累加就一定是正多边形.复杂度是(n*n的公约数个数(最多80)): const int N=2e4+10; int a[ ...
- MonogoDb的角色分类
引用: http://blog.csdn.net/kk185800961/article/details/45619863 https://docs.mongodb.org/manual/refer ...
- Mybatis源码解读-设计模式总结
虽然我们都知道有26个设计模式,但是大多停留在概念层面,真实开发中很少遇到,Mybatis源码中使用了大量的设计模式,阅读源码并观察设计模式在其中的应用,能够更深入的理解设计模式. Mybatis至少 ...