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

データ ファクトリ名。

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

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

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

-InputObject

統合ランタイム オブジェクト。

Type:PSIntegrationRuntime
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

統合ランタイム名。

Type:String
Aliases:IntegrationRuntimeName
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

リソース グループ名。

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

-ResourceId

Azure リソース ID。

Type:String
Aliases:Id
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

入力

String

PSIntegrationRuntime

出力

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, リソース, 管理, マネージャー, データ, ファクトリ, コピー, アクティビティ, 統合ランタイム