Get-AzIntegrationAccountAgreement
통합 계정 계약을 가져옵니다.
구문
Get-AzIntegrationAccountAgreement
[-ResourceGroupName <String>]
[-Name <String>]
[-AgreementName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzIntegrationAccountAgreement cmdlet은 Azure 리소스 그룹에서 통합 계정 계약을 가져옵니다. 통합 계정 이름, 리소스 그룹 이름 및 규약 이름을 지정합니다. 이 모듈은 동적 매개 변수를 지원합니다. 동적 매개 변수를 사용하려면 명령에 입력합니다. 동적 매개 변수의 이름을 검색하려면 cmdlet 이름 다음에 하이픈(-)을 입력한 다음 Tab 키를 반복해서 눌러 사용 가능한 매개 변수를 순환합니다. 필요한 템플릿 매개 변수를 생략하면 cmdlet에서 값을 묻는 메시지를 표시합니다.
예제
예제 1: 통합 계정 계약 가져오기
Get-AzIntegrationAccountAgreement -ResourceGroupName "ResourceGroup11" -Name "IntegrationAccount31" -AgreementName "IntegrationAccountAgreement06"
Id : /subscriptions/<SubscriptionId>/resourceGroups/ResourceGroup11/providers/Microsoft.Logic/integrationAccounts/TestIntegrationAccount/agreements/IntegrationAccount31
Name : IntegrationAccount31
Type : Microsoft.Logic/integrationAccounts/agreements
CreatedTime : 3/24/2016 9:08:46 PM
ChangedTime : 3/24/2016 9:08:59 PM
AgreementType : AS2
HostPartner : TestHost
GuestPartner : TestGuest
HostIdentityQualifier : XX
HostIdentityValue : BB
GuestIdentityQualifier : ZZ
GuestIdentityValue : AA
Content : {"AS2":{"ReceiveAgreement":{"SenderBusinessIdentity":{"Qualifier":"AA","Value":"AA"},"ReceiverBusinessIdentity":{"Qualifier":"ZZ
","Value":"ZZ"},"ProtocolSettings":{"MessageConnectionSettings":{"IgnoreCertificateNameMismatch":true,"SupportHttpStatusCodeCont
. . .
이 명령은 IntegrationAccountAgreement06이라는 통합 계정 계약을 가져옵니다.
예제 2: 리소스 그룹 이름으로 통합 계정 계약 가져오기
Get-AzIntegrationAccountAgreement -ResourceGroupName "ResourceGroup11" -Name "IntegrationAccount31"
Id : /subscriptions/<SubscriptionId>/resourceGroups/ResourceGroup11/providers/Microsoft.Logic/integrationAccounts/TestIntegrationAccount/agreements/IntegrationAccount31
Name : IntegrationAccount31
Type : Microsoft.Logic/integrationAccounts/agreements
CreatedTime : 3/24/2016 9:08:46 PM
ChangedTime : 3/24/2016 9:08:59 PM
AgreementType : AS2
HostPartner : TestHost
GuestPartner : TestGuest
HostIdentityQualifier : XX
HostIdentityValue : BB
GuestIdentityQualifier : ZZ
GuestIdentityValue : AA
Content : {"AS2":{"ReceiveAgreement":{"SenderBusinessIdentity":{"Qualifier":"AA","Value":"AA"},"ReceiverBusinessIdentity":{"Qualifier":"ZZ
","Value":"ZZ"},"ProtocolSettings":{"MessageConnectionSettings":{"IgnoreCertificateNameMismatch":true,"SupportHttpStatusCodeCont
. . .
이 명령은 리소스 그룹 이름으로 통합 계정 계약을 가져옵니다.
매개 변수
-AgreementName
통합 계정 계약의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-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 |
-ResourceGroupName
리소스 그룹의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
입력
출력
관련 링크
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell