New-AzIntegrationAccountAssembly
Erstellt eine Integrationskontoassembly.
Syntax
New-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentObject <IntegrationAccount>
-Name <String>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentObject <IntegrationAccount>
-Name <String>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentObject <IntegrationAccount>
-Name <String>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentResourceId <String>
-Name <String>
-ContentLink <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentResourceId <String>
-Name <String>
-AssemblyData <Byte[]>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountAssembly
-ParentResourceId <String>
-Name <String>
-AssemblyFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Beschreibung
Das Cmdlet Get-AzIntegrationAccountAssembly erstellt eine neue Assembly in einem Integrationskonto.
Beispiele
Beispiel 1: Erstellen einer neuen Assembly mithilfe einer lokalen Datei
New-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 :
Erstellt eine neue Assembly mithilfe der lokalen Datei, die sich im Dateipfad befindet, der in "$localAssemblyFilePath" enthalten ist.
Beispiel 2: Erstellen einer neuen Assembly mithilfe von Bytedaten
New-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 :
Erstellt eine neue Assembly mithilfe eines Bytearrays, das in "$assemblyContent" enthalten ist.
Beispiel 3: Erstellen einer neuen Assembly mithilfe eines Inhaltslinks
New-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 :
Erstellt eine neue Assembly mit den Bytedaten, die sich unter der URL "$assemblyUrl" befinden. Dies ist die vorgeschlagene Methode zum Erstellen großer Assemblys.
Parameter
-AssemblyData
Die Bytedaten der Integrationskontoassembly.
Typ: | Byte[] |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-AssemblyFilePath
Der Dateipfad der Integrationskontoassembly.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Confirm
Hiermit werden Sie vor der Ausführung des Cmdlets zur Bestätigung aufgefordert.
Typ: | SwitchParameter |
Aliase: | cf |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ContentLink
Ein öffentlich zugänglicher Link zu den Assemblydaten des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Metadata
Die Metadaten der Integrationskontoassembly.
Typ: | Hashtable |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Name der Integrationskontoassembly.
Typ: | String |
Aliase: | AssemblyName, ResourceName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ParentName
Der Name des Integrationskontos.
Typ: | String |
Aliase: | IntegrationAccountName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ParentObject
Ein Integrationskontoobjekt.
Typ: | IntegrationAccount |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ParentResourceId
Die Ressourcen-ID des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-WhatIf
Zeigt, was geschieht, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.
Typ: | SwitchParameter |
Aliase: | wi |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |