< Back

Get-AzureRmRecoveryServicesAsrStorageClassification

Tue Jan 29, 2019 10:01 pm

NAME Get-AzureRmRecoveryServicesAsrStorageClassification



SYNOPSIS

Gets the available(discovered) ASR storage classifications in the Recovery Services vault.





SYNTAX

Get-AzureRmRecoveryServicesAsrStorageClassification [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -FriendlyName <String>

[<CommonParameters>]



Get-AzureRmRecoveryServicesAsrStorageClassification [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -Name <String>

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmRecoveryServicesAsrStorageClassification cmdlet gets details of the discovered ASR storage classifications in the Recovery Services

vault.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Fabric <ASRFabric>

Specifies an ASR fabric object. The cmdlet gets the details of discovered storage classifications corresponding to the specified ASR fabric.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-FriendlyName <String>

Specifies the friendly name of the storage classification object to get.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the storage classification object to get.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric







OUTPUTS

System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification,

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]







NOTES









Example 1



PS C:\\> $StorageClassifications = Get-AzureRmRecoveryServicesAsrStorageClassification -Fabric $Fabric



List the discovered storage classifications corresponding to the specified ASR fabric.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... sification