Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint
特定の Azure-SSIS 統合ランタイムの送信ネットワーク依存関係の一覧を取得します。
構文
Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint
[-Name] <String>
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint
[-InputObject] <PSIntegrationRuntime>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint コマンドレットは、仮想ネットワークに参加する Azure Data Factory の SSIS 統合ランタイムの送信ネットワーク依存関係の一覧を提供します。
例
例 1: 送信ネットワークの依存関係を一覧表示する
Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint -Name 'integrationRuntime1' -ResourceGroupName 'testrg' -DataFactoryName 'newtestDataFactory1'
Category EndPoint
-------- --------
Azure Data Factory (Management) [{"DomainName":"wu.frontend.clouddatahub.net","EndpointDetails":[{"Port":443}]}]
Azure Storage (Management) [{"DomainName":"*.blob.core.windows.net","EndpointDetails":[{"Port":443}]},{"DomainName":"*.table.core.windows.net","EndpointDetails":[{"Port":443}]}]
Event Hub (Logging) [{"DomainName":"*.servicebus.windows.net","EndpointDetails":[{"Port":443}]}]
パラメーター
-DataFactoryName
データ ファクトリ名。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
統合ランタイム オブジェクト。
型: | PSIntegrationRuntime |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Name
統合ランタイム名。
型: | String |
Aliases: | IntegrationRuntimeName |
配置: | 2 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループ名。
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceId
Azure リソース ID。
型: | String |
Aliases: | Id |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
入力
出力
List<T>[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.13.1.0, Culture=neutral, PublicKeyToken=null]]
メモ
キーワード: azure, azurerm, arm, リソース, 管理, マネージャー, データ, ファクトリ, コピー, アクティビティ, 統合ランタイム
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell