Get-AzRecoveryServicesAsrvCenter
ASR 패브릭에서 지정한 구성 서버에서 검색을 위해 등록된 vCenter 서버의 세부 정보를 가져옵니다.
구문
ByFabricObject (기본값)
Get-AzRecoveryServicesAsrvCenter
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByResourceId
Get-AzRecoveryServicesAsrvCenter
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByName
Get-AzRecoveryServicesAsrvCenter
-Fabric <ASRFabric>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRecoveryServicesAsrvCenter cmdlet은 ASR 패브릭에서 지정한 구성 서버에서 검색을 위해 등록된 vCenter 서버의 세부 정보를 가져옵니다.
예제
예제 1
Get-AzRecoveryServicesAsrvCenter -Fabric $Fabric -Name $Name
FriendlyName : inmtest81
Server : 10.150.209.27
Port : 443
Name : inmtest81
ID : /Subscriptions/xxxxxxxxxxx/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/xxxxxxxxx/replicationFabrics/xxxxxxxxxxxxxxxxx/replicationvCenters/inmtest81
FabricArmResourceName : d011a5abf48190235963ee3a88ad188ee6bca8a4c6cd0c8d7ce5d439aa77ffd9
ProcessServerId : 526C9B6C-4039-D841-97A92FB0BD153B53
AccountId : 2
DiscoveryStatus : Pending
LastHeartbeat :
vCenter의 패브릭 이름 및 이름으로 azure site recovery vCenter를 가져옵니다.
예제 2
Get-AzRecoveryServicesAsrvCenter -Fabric $Fabric
패브릭 이름으로 Azure Site Recovery vCenter 목록을 가져옵니다.
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
매개 변수 속성
형식: | IAzureContextContainer |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
별칭: | AzContext, AzureRmContext, AzureCredential |
매개 변수 집합
(All)
Position: | Named |
필수: | False |
파이프라인의 값: | False |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
-Fabric
구성 서버를 나타내는 ASR 패브릭 개체입니다.
매개 변수 속성
형식: | ASRFabric |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
ByFabricObject
Position: | Named |
필수: | True |
파이프라인의 값: | True |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
ByName
Position: | Named |
필수: | True |
파이프라인의 값: | True |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
-Name
vCenter 서버의 이름입니다.
매개 변수 속성
형식: | String |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
ByName
Position: | Named |
필수: | True |
파이프라인의 값: | False |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
-ResourceId
vCenter의 resourceId를 지정합니다.
매개 변수 속성
형식: | String |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
ByResourceId
Position: | Named |
필수: | True |
파이프라인의 값: | False |
속성 이름별 파이프라인의 값: | True |
나머지 인수의 값: | False |
CommonParameters
이 cmdlet은 일반적인 매개 변수인 -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction 및 -WarningVariable 매개 변수를 지원합니다. 자세한 내용은 about_CommonParameters를 참조하세요.