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 ...
随机推荐
- SQL集锦之IndexOf、LastIndexOf 【转】
DECLARE @Name NVARCHAR (50)SET @Name = '12345.67890ABCDE.FGHIJKLMNOPQRSTUVWXYZTest' DECLARE @Positio ...
- Bishops
题意: 给定一个 $n*n$ 的国际棋盘,求问在上面放 $K$ 个象的方案数. 解法: 首先可以发现黑格和白格互不干扰,这样我们可以将黑格,白格分别求出. 考虑 $f(i,j)$ 表示坐标化后考虑长度 ...
- WordCount作业提交到FileInputFormat类中split切分算法和host选择算法过程源码分析
参考 FileInputFormat类中split切分算法和host选择算法介绍 以及 Hadoop2.6.0的FileInputFormat的任务切分原理分析(即如何控制FileInputForm ...
- Identity Server 4 原理和实战(完结)_Resource Owner Password Credentials 授权实例
今天要讲的 用fiddler来监听,昨天的客户端的请求 这是一个post的请求 这是响应的数据 Expores_in超时时间, 今天的内容 在服务端再声明一个client端 wpf的应用的效果图 首先 ...
- JavaScript Symbol
创建: 2019/02/26 完成: 2019/02/26 生成 每次生成的值都不一样(===, ==都是) var sym = Symbol(); // 可以有参数, 是对symbol的说明 v ...
- ObjectArx 中反应器Reactor的使用
反应器类派生于AcRxObject而不是AcDbObject,因为他们不是数据库对象,没有ID,拥有关系也不适用. 不同类型的反应器接收不同类型的通知事件.派生于AcDbDatabaseReactor ...
- unity调用Android的jar包
简介 有一些手机功能,Unity没有提供相应的接口,例如震动,例如不锁屏,例如GPS,例如... 有太多的特殊功能Unity都没有提供接口,这时候,我们就需要通过使用Android原生的ADT编辑器去 ...
- Java 虚拟机(Java Virtual Machine)
Java 编译器将 Java 程序编译成虚拟机能够识别的二进制代码,这种代码称为字节码(Bytecode).字节码就是虚拟机的机器指令,它与平台无关,有统一的格式,不依赖于具体的硬件环境,只运行在 J ...
- sed 删除指定行
参考:http://blog.sina.com.cn/s/blog_4ba5b45e0102e7l2.html
- c++的substr()函数
substr()函数注意:string str =“Hello”: substr(0,4)=“Hell”,0是起始位置,4是要复制的长度,strlen函数输出的是除了结束符"\0" ...