Megosztás a következőn keresztül:


Get-AzIntegrationAccountAgreement

Integrációs fiókszerződést kap.

Syntax

Get-AzIntegrationAccountAgreement
   [-ResourceGroupName <String>]
   [-Name <String>]
   [-AgreementName <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

A Get-AzIntegrationAccountAgreement parancsmag egy integrációs fiókszerződést kap egy Azure-erőforráscsoporttól. Adja meg az integrációs fiók nevét, az erőforráscsoport nevét és a szerződés nevét. Ez a modul támogatja a dinamikus paramétereket. Dinamikus paraméter használatához írja be a parancsba. A dinamikus paraméterek nevének felderítéséhez írjon be egy kötőjelet (-) a parancsmag neve után, majd nyomja le többször a Tab billentyűt a rendelkezésre álló paraméterek között való váltáshoz. Ha kihagy egy szükséges sablonparamétert, a parancsmag rákérdez az értékre.

Példák

1. példa: Integrációs fiókszerződés lekérése

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
                         . . .

Ez a parancs egy IntegrationAccountAgreement06 nevű integrációs fiókszerződést kap.

2. példa: Integrációs fiókszerződések lekérése erőforráscsoport neve alapján

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
                         . . .

Ez a parancs erőforráscsoport neve alapján lekéri az integrációs fiókszerződéseket.

Paraméterek

-AgreementName

Egy integrációs fiókszerződés nevét adja meg.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

Az Azure-ral való kommunikációhoz használt hitelesítő adatok, fiók, bérlő és előfizetés

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Egy integrációs fiók nevét adja meg.

Type:String
Aliases:IntegrationAccountName, ResourceName
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Egy erőforráscsoport nevét adja meg.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Bevitelek

String

Kimenetek

IntegrationAccountAgreement