Get-AzIntegrationAccountAgreement
統合アカウント契約を取得します。
構文
Get-AzIntegrationAccountAgreement
[-ResourceGroupName <String>]
[-Name <String>]
[-AgreementName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzIntegrationAccountAgreement コマンドレットは、Azure リソース グループから統合アカウント契約を取得します。 統合アカウント名、リソース グループ名、契約名を指定します。 このモジュールでは、動的パラメーターがサポートされています。 動的パラメーターを使用するには、コマンドに入力します。 動的パラメーターの名前を検出するには、コマンドレット名の後にハイフン (-) を入力し、Tab キーを繰り返し押して、使用可能なパラメーターを順番に移動します。 必要なテンプレート パラメーターを省略すると、コマンドレットによって値の入力が求められます。
例
例 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 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
統合アカウントの名前を指定します。
型: | String |
Aliases: | IntegrationAccountName, ResourceName |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループの名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |