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 ...
随机推荐
- C++基础--完善Socket C/S ,实现客户端,服务器端断开重连
// WindowsSocketServer.cpp : 定义控制台应用程序的入口点.// #include "stdafx.h"#include <iostream> ...
- linux sdk配置
http://blog.csdn.net/wudj810818/article/details/51251408,环境变量配置不要用 SDK环境变量: export PATH=$PATH:/opt/a ...
- DataWindow.NET 控件 实现点击列头排序
1.定义字段 Boolean ib_SetSort = true; string is_SortType = " ...
- 用Merge存储引擎中间件实现MySQL分表
觉得一个用Merge存储引擎中间件来实现MySQL分表的方法不错. 可以看下这个博客写的很清楚--> http://www.cnblogs.com/xbq8080/p/6628034.html ...
- 【225】ArcEngine 实现要素添加 & 删除
参考:ArcGIS Engine效率探究——要素的添加和删除.属性的读取和更新 删除要素 //添加图层,显示在最上面 axMapControl1.AddShapeFile(@"D:\01-业 ...
- CV_Assert
转:http://blog.csdn.net/ding977921830/article/details/46376847 Checks a condition at runtime and thro ...
- 使用jdk获取网页
参考:https://www.zhihu.com/question/30626103 由于例子比较老了,现在的百度抓不到完整的页面了 import java.io.BufferedReader; im ...
- 1.8 Hive运行日志配置和查看
一.配置文件 1.重命名配置文件 # 把/opt/modules/hive-0.13.1/conf/hive-log4j.properties.template重命名为hive-log4j.prope ...
- Flutter实战视频-移动电商-19.首页_火爆专区界面布局编写
19.首页_火爆专区界面布局编写 看一下图片的效果 一个标题栏,下面是多行两列.里面可以用column布局,外面用Warp流式布局 有得小伙伴说这里可以用网格布局,网格布局的话还是有一定的效率问题.这 ...
- HTML中 &emsp等空格的区别
HTML提供了5种空格实体(space entity),它们拥有不同的宽度,非断行空格( )是常规空格的宽度,可运行于所有主流浏览器.其他几种空格( )在不同浏览器中宽度各异. ...