Get-AzDataFactoryV2IntegrationRuntime
Ottiene informazioni sulle risorse del runtime di integrazione.
Sintassi
Get-AzDataFactoryV2IntegrationRuntime
[[-Name] <String>]
[-Status]
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntime
[-Status]
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntime
[-Status]
[-InputObject] <PSIntegrationRuntime>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Descrizione
Il cmdlet Get-AzDataFactoryV2IntegrationRuntime ottiene informazioni sui runtime di integrazione in una data factory. Se si specifica il nome di un runtime di integrazione, questo cmdlet ottiene informazioni sul runtime di integrazione. Se non si specifica un nome, questo cmdlet ottiene informazioni su tutti i runtime di integrazione in una data factory.
Esempio
Esempio 1: Elencare tutti i runtime di integrazione in una data factory
Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName rg-test-dfv2 -DataFactoryName test-df-eu2
ResourceGroupName DataFactoryName Name Description
----------------- --------------- ---- -----------
rg-test-dfv2 test-df-eu2 test-reserved-ir Reserved IR
rg-test-dfv2 test-df-eu2 test-dedicated-ir Reserved IR
rg-test-dfv2 test-df-eu2 test-selfhost-ir selfhost IR
Elencare tutti i runtime di integrazione nella data factory denominata "test-df-eu2".
Esempio 2: Ottenere un runtime di integrazione dedicato gestito
Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName rg-test-dfv2 -DataFactoryName test-df-eu2 -Name test-dedicated-ir
Location : West US
NodeSize : Standard_D1_v2
NodeCount : 1
MaxParallelExecutionsPerNode : 1
CatalogServerEndpoint : test.database.windows.net
CatalogAdminUserName : test
CatalogAdminPassword : **********
CatalogPricingTier : S1
VNetId :
Subnet :
SubnetId :
VNetInjectionMethod : Express
PublicIPs :
State : Starting
ResourceGroupName : rg-test-dfv2
DataFactoryName : test-df-eu2
Name : test-dedicated-ir
Description : Reserved IR
Questo comando visualizza informazioni sul runtime di integrazione denominato "test-dedicated-ir" nella sottoscrizione per il gruppo di risorse denominato 'rg-test-dfv2' e la data factory denominata 'test-df-eu2'.
Esempio 3: Ottenere il runtime di integrazione dedicato gestito con stato dettagliato
Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName rg-test-dfv2 -DataFactoryName test-df-eu2 -Name test-dedicated-ir -Status
CreateTime :
Nodes :
OtherErrors :
LastOperation :
State : Initial
Location : West US
NodeSize : Standard_D1_v2
NodeCount : 1
MaxParallelExecutionsPerNode : 1
CatalogServerEndpoint : test.database.windows.net
CatalogAdminUserName : test
CatalogAdminPassword : **********
CatalogPricingTier : S1
VNetId :
Subnet :
SubnetId :
VNetInjectionMethod : Standard
PublicIPs :
ResourceGroupName : rg-test-dfv2
DataFactoryName : test-df-eu2
Name : test-dedicated-ir
Description : Reserved IR
Questo comando visualizza informazioni sul runtime di integrazione denominato "test-dedicated-ir" nella sottoscrizione per il gruppo di risorse denominato 'rg-test-dfv2' e la data factory denominata 'test-df-eu2'.
Esempio 4: Ottenere il runtime di integrazione self-hosted
Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName rg-test-dfv2 -DataFactoryName test-df-eu2 -Name test-selfhost-ir
ResourceGroupName DataFactoryName Name Description
----------------- --------------- ---- -----------
rg-test-dfv2 test-df-eu2 test-selfhost-ir selfhost IR
Questo comando visualizza informazioni sul runtime di integrazione denominato "test-dedicated-ir" nella sottoscrizione per il gruppo di risorse denominato 'rg-test-dfv2' e la data factory denominata 'test-df-eu2'.
Esempio 5: Ottenere il runtime di integrazione self-hosted con lo stato dei dettagli
Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName rg-test-dfv2 -DataFactoryName test-df-eu2 -Name test-selfhost-ir -Status
State : Online
Version : 4.2.7233.1
CreateTime : 9/26/2019 6:00:08 AM
AutoUpdate : Off
ScheduledUpdateDate :
UpdateDelayOffset : 03:00:00
LocalTimeZoneOffset : 08:00:00
InternalChannelEncryption :
Capabilities : {[serviceBusConnected, True], [httpsPortEnabled, True], [credentialInSync, True], [connectedToResourceManager, True]...}
ServiceUrls : {}
Nodes : {}
Links : {}
AutoUpdateETA :
LatestVersion : 4.3.7265.1
PushedVersion : 4.3.7265.1
TaskQueueId : fe2d60b5-86f5-58bf-bdae-7ef698284088
VersionStatus : UpdateAvailable
Name : test-selfhost-ir
Type : SelfHosted
ResourceGroupName : rg-test-dfv2
DataFactoryName : test-df-eu2
Description :
Id : /subscriptions/41fcbc45-c594-4152-a8f1-fcbcd6452aea/resourceGroups/rg-test-dfv2/providers/Microsoft.DataFactory/factories/test-df-eu2/integrationruntimes/test-selfhost-ir
Parametri
-DataFactoryName
Nome della data factory.
Tipo: | String |
Posizione: | 1 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-DefaultProfile
Credenziali, account, tenant e sottoscrizione usati per la comunicazione con Azure.
Tipo: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Posizione: | Named |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | False |
Accettare caratteri jolly: | False |
-InputObject
Oggetto runtime di integrazione.
Tipo: | PSIntegrationRuntime |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-Name
Nome del runtime di integrazione.
Tipo: | String |
Alias: | IntegrationRuntimeName |
Posizione: | 2 |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-ResourceGroupName
Nome del gruppo di risorse.
Tipo: | String |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-ResourceId
ID risorsa di Azure.
Tipo: | String |
Alias: | Id |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-Status
Stato dei dettagli del runtime di integrazione.
Tipo: | SwitchParameter |
Posizione: | Named |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | False |
Accettare caratteri jolly: | False |
Input
Output
PSSelfHostedIntegrationRuntime
Note
Parole chiave: azure, azurerm, arm, resource, management, manager, data, factory, copia, attività, runtime di integrazione