Get-AzIntegrationAccountPartner
통합 계정 파트너를 가져옵니다.
구문
Get-AzIntegrationAccountPartner
[-ResourceGroupName <String>]
[-Name <String>]
[-PartnerName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzIntegrationAccountPartner cmdlet은 리소스 그룹에서 통합 계정 파트너를 가져옵니다. 통합 계정 이름, 리소스 그룹 이름 및 파트너 이름을 지정합니다. 이 모듈은 동적 매개 변수를 지원합니다. 동적 매개 변수를 사용하려면 명령에 입력합니다. 동적 매개 변수의 이름을 검색하려면 cmdlet 이름 다음에 하이픈(-)을 입력한 다음 Tab 키를 반복해서 눌러 사용 가능한 매개 변수를 순환합니다. 필요한 템플릿 매개 변수를 생략하면 cmdlet에서 값을 묻는 메시지를 표시합니다.
예제
예제 1: 통합 계정 파트너 가져오기
Get-AzIntegrationAccountPartner -ResourceGroupName "ResourceGroup11" -Name "IntegrationAccount31" -PartnerName "IntegrationAccountPartner22"
Id : /subscriptions/<SubscriptionId>/resourceGroups/ResourceGroup11/providers/Microsoft.Logic/integrationAccounts/TestIntegrationAccount/partners/IntegrationAccountPartner31
Name : IntegrationAccountPartner31
Type : Microsoft.Logic/integrationAccounts/partners
PartnerType : B2B
CreatedTime : 3/24/2016 8:46:05 PM
ChangedTime : 3/24/2016 8:47:47 PM
BusinessIdentities : {"Qualifier":"CC","Value":"FF"}
Metadata :
이 명령은 IntegrationAccountPartner22라는 통합 계정 파트너를 가져옵니다.
예제 2: 통합 계정 이름을 사용하여 통합 계정 파트너 가져오기
Get-AzIntegrationAccountPartner -ResourceGroupName "ResourceGroup11" -Name "IntegrationAccount31"
Id : /subscriptions/<SubscriptionId>/resourceGroups/ResourceGroup11/providers/Microsoft.Logic/integrationAccounts/TestIntegrationAccount/partners/IntegrationAccountPartner31
Name : IntegrationAccountPartner31
Type : Microsoft.Logic/integrationAccounts/partners
PartnerType : B2B
CreatedTime : 3/24/2016 8:46:05 PM
ChangedTime : 3/24/2016 8:47:47 PM
BusinessIdentities : {"Qualifier":"CC","Value":"FF"}
Metadata :
이 명령은 IntegrationAccount31이라는 통합 계정에 대한 통합 계정 파트너를 가져옵니다.
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Name
통합 계정의 이름을 지정합니다.
형식: | String |
별칭: | IntegrationAccountName, ResourceName |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-PartnerName
통합 계정 파트너의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceGroupName
리소스 그룹의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
입력
출력
관련 링크
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell