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 ...
随机推荐
- 2.对《30个提高Web程序执行效率的好经验》的理解
摘自:http://www.cnblogs.com/powertoolsteam/archive/2010/07/12/1775933.html 文章中执行代码的消耗时间是怎么计算的,有知道的同学可以 ...
- 爬虫中Xpath有时候是无效的
http://www.cnblogs.com/lchzls/p/6282790.html给出了两种方案
- 【网络爬虫】【java】微博爬虫(二):如何抓取HTML页面及HttpClient使用
一.写在前面 上篇文章以网易微博爬虫为例,给出了一个很简单的微博爬虫的爬取过程,大概说明了网络爬虫其实也就这么回事,或许初次看到这个例子觉得有些复杂,不过没有关系,上篇文章给的例子只是让大家对爬虫过程 ...
- 【Hive】Hive笔记:Hive调优总结——数据倾斜,join表连接优化
数据倾斜即为数据在节点上分布不均,是常见的优化过程中常见的需要解决的问题.常见的Hive调优的方法:列剪裁.Map Join操作. Group By操作.合并小文件. 一.表现 1.任务进度长度为99 ...
- 【eclipse插件开发实战】Eclipse插件开发3——OSGi、RCP
Eclipse插件开发实战3--OSGi.RCP 一.OSGi 1. 什么是OSGi框架 OSGi(Open Service Gateway Initiative)框架是运行在JavaVM环境里的服务 ...
- csvreader 来操作csv文件
http://www.cnitblog.com/rd416/archive/2010/07/08/47248.html
- npm切换到淘宝镜像
1. npm简介 1.1.说明:npm(node package manager)nodejs的包管理器,用于node插件管理(包括安装.卸载.管理依赖等): 1.2.使用npm安装插件:命令提示符执 ...
- OpenGL Geometry Shader
http://blog.csdn.net/bugrunner/article/details/5455324 Geometry Shader可以处理Vertex Shader和Fragment Sha ...
- 2014-5-10 NOIP模拟赛 by coolyangzc
Problem 1 机器人(robot.cpp/c/pas) [题目描述] 早苗入手了最新的Gundam模型.最新款自然有着与以往不同的功能,那就是它能够自动行走,厉害吧. 早苗的新模型可以按照输入的 ...
- ZOJ1221 Risk
Description Risk is a board game in which several opposing players attempt to conquer the world. The ...