你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzureStorSimpleVirtualDevice
创建虚拟 StorSimple 设备。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
New-AzureStorSimpleVirtualDevice
-VirtualDeviceName <String>
-VirtualNetworkName <String>
-SubNetName <String>
[-StorageAccountName <String>]
[-CreateNewStorageAccount]
[-PersistAzureVMOnFailrue]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
New-AzureStorSimpleVirtualDevice
-VirtualDeviceName <String>
-VirtualNetworkName <String>
-SubNetName <String>
-StorageAccountName <String>
[-PersistAzureVMOnFailrue]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
New-AzureStorSimpleVirtualDevice cmdlet 创建虚拟 StorSimple 设备。 指定设备的设备名称。 指定同一订阅中虚拟网络的虚拟网络和子网详细信息。 该地理区域应与在其中创建 StorSimple 资源的地理位置匹配。 若要为此虚拟设备使用现有存储帐户,请指定名称。 若要为此虚拟设备创建新的存储帐户,请同时 指定 StorageAccountName 和 CreateNewStorageAccount 参数。
示例
示例 1:使用新帐户和现有网络创建虚拟设备
PS C:\>New-AzureStorSimpleVirtualDevice -VirtualDeviceName "Contosodevice02" -VirtualNetworkName "Saas2vpn" -SubNetName "TenantSubnet" -StorageAccountName "AzureTenant04" -CreateNewStorageAccount
64e4c564-b0ac-44b0-afb4-adf28ac24ad0
VERBOSE: The create job is triggered successfully. Please use the command Get-AzureStorSimpleJob -InstanceId 64e4c564-b0ac-44b0-afb4-adf28ac24ad0 for tracking the job's status
此命令创建使用新存储帐户和现有虚拟网络的虚拟设备。
示例 2:使用现有帐户和虚拟网络创建虚拟设备
PS C:\>New-AzureStorSimpleVirtualDevice -VirtualDeviceName "ContosoDevice07" -VirtualNetworkName "Saas2vpn" -SubNetName TenantSubnet -StorageAccountName azurecisbvtdnd
2a18a3b7-1ec6-481d-b95d-66ba8f67ceaf
VERBOSE: The create job is triggered successfully. Please use the command Get-AzureStorSimpleJob -InstanceId 2a18a3b7-1ec6-481d-b95d-66ba8f67ceaf for tracking the job's status
此命令创建使用现有存储帐户和现有虚拟网络的虚拟设备。
参数
-CreateNewStorageAccount
指示此 cmdlet 创建新的存储帐户。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PersistAzureVMOnFailrue
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Profile
指定此 cmdlet 从中读取的 Azure 配置文件。 如果未指定配置文件,此 cmdlet 将从本地默认配置文件中读取。
类型: | AzureSMProfile |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageAccountName
指定存储帐户的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubNetName
指定虚拟子网的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-VirtualDeviceName
指定虚拟设备的名称。
类型: | String |
别名: | Name |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-VirtualNetworkName
指定虚拟网络的名称。
类型: | String |
别名: | VNetName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输出
String
此 cmdlet 返回创建虚拟设备的作业的 ID。 可以使用此 ID 通过 Get-AzureStorSimpleJob cmdlet 跟踪进度。