Set-AzIntegrationAccountAssembly
Hiermee wijzigt u een assembly van een integratieaccount.
Syntaxis
Set-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-InputObject <PSIntegrationAccountAssembly>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-InputObject <PSIntegrationAccountAssembly>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-InputObject <PSIntegrationAccountAssembly>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-ResourceId <String>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-ResourceId <String>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountAssembly
-ResourceId <String>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
De cmdlet Set-AzIntegrationAccountAssembly wijzigt een assembly van een integratieaccount.
Voorbeelden
Voorbeeld 1: Een assembly wijzigen met behulp van een lokaal bestand
Set-AzIntegrationAccountAssembly -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -AssemblyName "sampleAssembly" -AssemblyFilePath $localAssemblyFilePath
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly
Name : sampleAssembly
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
Wijzigt de assembly met de naam sampleAssembly met behulp van het lokale bestand in het bestandspad in $localAssemblyFilePath.
Voorbeeld 2: Een assembly wijzigen met bytegegevens
Set-AzIntegrationAccountAssembly -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -AssemblyName "sampleAssembly" -AssemblyData $assemblyContent
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly
Name : sampleAssembly
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
Wijzigt de assembly met de naam sampleAssembly met behulp van de bytematrix in '$assemblyContent'.
Voorbeeld 3: Een assembly wijzigen met behulp van een inhoudskoppeling
Set-AzIntegrationAccountAssembly -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -AssemblyName "sampleAssembly" -ContentLink $assemblyUrl
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly
Name : sampleAssembly
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
Wijzigt de assembly met de naam sampleAssembly met behulp van de bytegegevens op de URL '$assemblyUrl'. Dit is de voorgestelde methode voor het maken van grote assembly's.
Parameters
-AssemblyData
De bytegegevens van het integratieaccountassembly.
Type: | Byte[] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-AssemblyFilePath
Het assemblybestandspad van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ContentLink
Een openbaar toegankelijke koppeling naar de assemblygegevens van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-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 |
-InputObject
Een assembly van een integratieaccount.
Type: | PSIntegrationAccountAssembly |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Metadata
De assemblymetagegevens van het integratieaccount.
Type: | Hashtable |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De assemblynaam van het integratieaccount.
Type: | String |
Aliassen: | AssemblyName, ResourceName |
Position: | Named |
Default value: | None |
Vereist: | True |
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 |
-ResourceGroupName
De naam van de resourcegroep.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ResourceId
De resource-id van de assembly van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell