Get-AzHpcCacheStorageTarget

Get HPC cache storage target(s).

Syntax

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>]

Description

The Get-AzHpcCacheStorageTarget cmdlet gets storage target(s) that exist on cache.

Examples

Example 1

Get-AzHpcCacheStorageTarget -ResourceGroupName rgTest -CacheName cacheTest

Example 2

Get-AzHpcCacheStorageTarget -ResourceGroupName rgTest -CacheName cacheTest -StorageTargetName stTest

Parameters

-CacheId

The resource id of the Cache

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-CacheName

Name of cache.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-CacheObject

The cache object to start.

Type:PSHPCCache
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Name of storage target.

Type:String
Aliases:StorageTargetName
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

Name of resource group cache is in.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

Outputs

PSHpcStorageTarget