你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzHpcCacheStorageTarget
获取 HPC 缓存存储目标(s)。
语法
Get-AzHpcCacheStorageTarget
-ResourceGroupName <String>
-CacheName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzHpcCacheStorageTarget
-CacheId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzHpcCacheStorageTarget
-CacheObject <PSHPCCache>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzHpcCacheStorageTarget cmdlet 获取缓存上存在的存储目标(s)。
示例
示例 1
Get-AzHpcCacheStorageTarget -ResourceGroupName rgTest -CacheName cacheTest
示例 2
Get-AzHpcCacheStorageTarget -ResourceGroupName rgTest -CacheName cacheTest -StorageTargetName stTest
参数
-CacheId
缓存的资源 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-CacheName
缓存的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-CacheObject
要启动的缓存对象。
类型: | PSHPCCache |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
存储目标的名称。
类型: | String |
别名: | StorageTargetName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
资源组缓存的名称位于其中。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |