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