Get-AzIntegrationAccountBatchConfiguration
Hiermee haalt u een batchconfiguratie voor het integratieaccount op.
Syntaxis
Get-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzIntegrationAccountBatchConfiguration
-ParentObject <IntegrationAccount>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzIntegrationAccountBatchConfiguration
-ParentResourceId <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzIntegrationAccountBatchConfiguration haalt een batchconfiguratie op van een integratieaccount.
Voorbeelden
Voorbeeld 1: Een batchconfiguratie ophalen op basis van parameters
Get-AzIntegrationAccountBatchConfiguration -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -BatchConfigurationName "sampleBatchConfig"
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig
Name : sampleBatchConfig
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Haal een batchconfiguratie met de naam sampleBatchConfig op in het integratieaccount sampleIntegrationAccount, dat is opgenomen in de resourcegroep sampleResourceGroup.
Voorbeeld 2: Alle batchconfiguraties in een integratieaccount weergeven op basis van parameters
Get-AzIntegrationAccountBatchConfiguration -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount"
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig
Name : sampleBatchConfig
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig2
Name : sampleBatchConfig2
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Haal alle batchconfiguraties op in het integratieaccount sampleIntegrationAccount, dat is opgenomen in de resourcegroep sampleResourceGroup.
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van de batchconfiguratie van het integratieaccount.
Type: | String |
Aliassen: | BatchConfigurationName, ResourceName |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ParentName
De naam van het integratieaccount.
Type: | String |
Aliassen: | IntegrationAccountName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ParentObject
Een integratieaccountobject.
Type: | IntegrationAccount |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ParentResourceId
De resource-id van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ResourceGroupName
De naam van de resourcegroep.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell