Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint
Hämtar listan över utgående nätverksberoenden för en viss Azure-SSIS integrationskörning.
Syntax
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>]
Description
Cmdleten Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint innehåller en lista över utgående nätverksberoenden för SSIS-integreringskörning i Azure Data Factory som ansluter till ett virtuellt nätverk.
Exempel
Exempel 1: Lista utgående nätverksberoende
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}]}]
Parametrar
-DataFactoryName
Namnet på datafabriken.
Typ: | String |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-InputObject
Integration Runtime-objektet.
Typ: | PSIntegrationRuntime |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-Name
Namnet på integrationskörningen.
Typ: | String |
Alias: | IntegrationRuntimeName |
Position: | 2 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceGroupName
Resursgruppens namn.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceId
Azure-resurs-ID:t.
Typ: | String |
Alias: | Id |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
Utdata
List<T>[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.13.1.0, Culture=neutral, PublicKeyToken=null]]
Kommentarer
Nyckelord: azure, azurerm, arm, resource, management, manager, data, factories, copy, activities, integration runtime
Azure PowerShell