Get-ServiceFabricServiceName
Service Fabric 파티션에 대한 서비스의 이름을 가져옵니다.
구문
Get-ServiceFabricServiceName
[-PartitionId] <Guid>
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
Get-ServiceFabricServiceName cmdlet은 Service Fabric 파티션에 대한 서비스의 이름을 가져옵니다.
Get-ServiceFabricServiceName 출력에는 다음 정보가 포함됩니다.
-서비스 이름: 지정된 파티션에 해당하는 서비스의 이름입니다.
예제
예제 1: 파티션의 서비스 이름 가져오기
PS C:\> Get-ServiceFabricServiceName -PartitionId $ToDoPartition01.PartitionId
이 명령은 $ToDoPartition 01에 저장된 개체의 PartitionId 속성을 사용하여 서비스의 이름을 가져옵니다.
예제 2: 파티션에 대한 복제본 다시 시작
PS C:\> Get-ServiceFabricServiceName -PartitionId $ToDoPartition01.PartitionId | Restart-ServiceFabricReplica
이 명령은 지정된 ServiceName 및 PartitionId에 지정된 복제본을 다시 시작합니다. 다음은 Get-ServiceFabricServiceName cmdlet을 사용하여 ServiceName을 가져와서 PartitionId와 함께 Restart-ServiceFabricReplica cmdlet으로 파이핑하여 $ToDoPartition 01 파티션에 대한 복제본을 다시 시작하는 예제입니다.
매개 변수
-PartitionId
Service Fabric 파티션의 ID를 지정합니다.
형식: | Guid |
Position: | 0 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-TimeoutSec
작업의 제한 시간(초)을 지정합니다.
형식: | Int32 |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
System.Guid
출력
System.Object