Get-AzRecoveryServicesAsrEvent
取得保存庫中 Azure Site Recovery 事件的詳細數據。
語法
Get-AzRecoveryServicesAsrEvent
[-AffectedObjectFriendlyName <String>]
[-Fabric <ASRFabric>]
[-Severity <String>]
[-StartTime <DateTime>]
[-EndTime <DateTime>]
[-EventType <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrEvent
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrEvent
-FabricId <String>
[-AffectedObjectFriendlyName <String>]
[-Severity <String>]
[-StartTime <DateTime>]
[-EndTime <DateTime>]
[-EventType <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrEvent
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRecoveryServicesAsrEvent 會根據指定的選取篩選條件,取得保存庫中的事件清單。
範例
範例 1
Get-AzRecoveryServicesAsrEvent
所有事件的清單。
範例 2
Get-AzRecoveryServicesAsrEvent -Name "VmMonitoringEvent;9091897569816476200_84576304-bafc-4714-8ba6-197a5d09d84f"
AffectedObjectFriendlyName : V2A-W2K12-400
Description : Virtual machine health is in Critical state.
EventCode : SRSVMHealthChanged
EventSpecificDetails :
EventType : AgentHealth
FabricId : /Subscriptions/xxxxxxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxxx/providers/Microsoft.RecoveryServices/vaults/xxxxxxxxxxxxxxxx/replicationFabrics/xxxxxxxxxxxx
HealthErrors : {}
Name : VmMonitoringEvent;9091897569816476200_84576304-bafc-4714-8ba6-197a5d09d84f
ProviderSpecificEventDetails : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageAzureV2EventDetails
Severity : Critical
TimeOfOccurence : 8/17/2017 12:31:43 PM
依名稱取得事件。
範例 3
Get-AzRecoveryServicesAsrEvent -AffectedObjectFriendlyName xxxxxxxxxxxxx
受影響物件的事件清單。
範例 4
Get-AzRecoveryServicesAsrEvent -AffectedObjectFriendlyName xxxxxxxxxxxx -StartTime "8/17/2017 12:31:40 PM" -EndTime "8/17/2017 12:31:44 PM" -Severity Critical -EventType VmHealth
時間開始時間和結束時間之間的事件清單、嚴重性嚴重性和健康情況類型 VmHealth。
參數
-AffectedObjectFriendlyName
指定搜尋的 AffectedObject FriendlyName。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-EndTime
指定搜尋視窗的結束時間。 使用此參數只取得指定時間之前發生的事件。
類型: | DateTime |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-EventType
依事件類型篩選事件。
類型: | String |
接受的值: | VmHealth, ServerHealth, AgentHealth |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Fabric
依指定的網狀架構篩選事件。
類型: | ASRFabric |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FabricId
指定要篩選的 fabricId。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要搜尋的事件名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
指定事件 ResourceId 的事件。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Severity
要篩選的事件嚴重性。
類型: | String |
接受的值: | Critical, Warning, OK, Unknown |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StartTime
指定搜尋視窗的開始時間。 使用此參數只取得指定時間之後發生的事件。
類型: | DateTime |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |