次の方法で共有


Get-AzRecoveryServicesAsrClusterRecoveryPoint

レプリケーション保護クラスターで使用可能なクラスター復旧ポイントを取得します。

構文

ByObject (既定)

Get-AzRecoveryServicesAsrClusterRecoveryPoint
    -ReplicationProtectionCluster <ASRReplicationProtectionCluster>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

ByObjectWithName

Get-AzRecoveryServicesAsrClusterRecoveryPoint
    -Name <String>
    -ReplicationProtectionCluster <ASRReplicationProtectionCluster>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

説明

Get-AzRecoveryServicesAsrClusterRecoveryPoint コマンドレットは、レプリケーション保護クラスターで使用可能なクラスター復旧ポイントの一覧を取得します。 この一覧は、最新の復旧ポイントから最も古い復旧ポイントまで順に並べられています。最初の復旧ポイントは、最新の処理済み (最も低い RTO) です。

例 1

$ClusterRecoveryPoints = Get-AzRecoveryServicesAsrClusterRecoveryPoint -ReplicationProtectionCluster $ReplicationProtectionCluster

指定した ASR レプリケーション保護クラスターのクラスター回復ポイントを取得します。

パラメーター

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

パラメーターのプロパティ

型:IAzureContextContainer
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Name

取得するクラスター回復ポイントの名前を指定します。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

ByObjectWithName
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-ReplicationProtectionCluster

使用可能なクラスター復旧ポイントの一覧を取得する Azure Site Recovery レプリケーション保護クラスター オブジェクトを指定します。

パラメーターのプロパティ

型:ASRReplicationProtectionCluster
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:True
パイプラインからの値:True
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

入力

ASRReplicationProtectionCluster

出力

ASRClusterRecoveryPoint