你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureStorSimpleResource
获取创建的所有资源。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
Get-AzureStorSimpleResource
[-ResourceName <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
Get-AzureStorSimpleResource cmdlet 获取使用 Azure 门户创建的所有资源。 该 cmdlet 获取可用于连接到资源的详细信息。
示例
示例 1:获取所有资源
PS C:\>Get-AzureStorSimpleResource
VERBOSE: ClientRequestId: 5cd61b91-ef40-43b4-986d-156e06d2ed65_PS
ResourceName ResourceId ResourceState
------------ ---------- -------------
Contoso63-Tsqa 8838459798595306468 Started
Contoso68-Tsqa 2859070203638134681 Started
Contoso73-Tsqa 7871392677286863733 Started
Contoso87-Tsqa 1909806764156522689 Started
VERBOSE: Found 4 StorSimple resources.
此命令获取创建的所有资源。 在此示例中,有三个资源。
示例 2:使用资源名称获取资源
PS C:\>Get-AzureStorSimpleResource -ResourceName "Contoso63-Tsqa"
VERBOSE: ClientRequestId: efc3c85c-12aa-4345-b6eb-ccc532de4825_PS
ResourceName ResourceId ResourceState
------------ ---------- -------------
Contoso63-Tsqa 1909806764156522689 Started
VERBOSE: Found 1 StorSimple resource.
此命令获取名为 Contoso63-Tsqa 的资源。
示例 3:尝试获取不存在的资源
PS C:\>Get-AzureStorSimpleResource -ResourceName "Contoso64-Tsqa"
VERBOSE: ClientRequestId: 5d08d40b-f9d7-4d43-956f-13f01e89625b_PS
VERBOSE: Invalid input : Could not find a resource named Contoso64-Tsqa in your subscription.
此命令尝试获取名为 Contoso64-Tsqa 的资源。 没有具有此名称的资源。 此示例不返回任何资源。
参数
-Profile
指定 Azure 配置文件。
类型: | AzureSMProfile |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceName
指定此 cmdlet 获取的资源的名称。
类型: | String |
别名: | Name |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
IEnumerable\<ResourceCredentials\>, ResourceCredentials
此 cmdlet 返回 包含以下属性的 ResourceCredentials 对象:
- 资源名称
- ResouceId
- ResourceState