{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/de-de/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Erika Doyle Navara","id":"2170770","name":"erikadoyle","profile_url":"https://github.com/erikadoyle"},"contributors":[{"display_name":"Alex Buck","id":"27705684","name":"alexbuckgit","profile_url":"https://github.com/alexbuckgit"},{"display_name":"Ryan Wike","id":"1577071","name":"rwike77","profile_url":"https://github.com/rwike77"},{"display_name":"qinezh","id":"15644078","name":"qinezh","profile_url":"https://github.com/qinezh"}],"update_at":"10.08.2026","updated_at_date_time":"2026-08-10T18:24:35.0123787Z"},"_path":"module/servicefabric/copy-servicefabricapplicationpackage.json","_rel":"../../","_tocRel":"../service-fabric/toc.json","apiPlatform":"powershell","author":"erikadoyle","brand":"azure","breadcrumb_path":"/powershell/bread/toc.json","canonical_url":"https://learn.microsoft.com/de-de/powershell/module/servicefabric/copy-servicefabricapplicationpackage?view=azureservicefabricps","content_git_url":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/live/Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md","default_moniker":"azureservicefabricps","depot_name":"Azure.azureps-servicefabric","description":"Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.","external help file":"Microsoft.ServiceFabric.Powershell.dll-Help.xml","git_commit_id":"4a318325d948d92b150426d916a46ea2170c7e41","gitcommit":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/4a318325d948d92b150426d916a46ea2170c7e41/Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md","github_contributors":["alexbuckgit","erikadoyle","rwike77","qinezh"],"locale":"de-de","Module Name":"ServiceFabric","monikers":["azureservicefabricps"],"ms.assetid":"51657577-F2A0-4D22-822C-3586F0A70B04","ms.author":"edoyle","ms.date":"05/07/2019","ms.devlang":"powershell","ms.manager":"gwallace","ms.service":"azure-service-fabric","ms.topic":"reference","online version":"","open_to_public_contributors":false,"original_content_git_url":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/live/Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md","original_content_git_url_template":"{repo}/blob/{branch}/Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b","https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"],"searchScope":["Azure"],"showPowerShellPicker":"true","site_name":"Docs","title":"Copy-ServiceFabricApplicationPackage","uhfHeaderId":"Azure.yml","updated_at":"2026-08-10 06:24 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/copy-servicefabricapplicationpackage","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Copy-ServiceFabricApplicationPackage","schemaType":"PowershellCmdlet","summary":"<p>Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.</p>\n","uid":"ServiceFabric.Copy-ServiceFabricApplicationPackage"}]},"_xrefmap":{"ServiceFabric":{"href":"./","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"ServiceFabric","schemaType":"PowershellModule","uid":"ServiceFabric"},"ServiceFabric.Copy-ServiceFabricApplicationPackage":{"href":"copy-servicefabricapplicationpackage","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Copy-ServiceFabricApplicationPackage","schemaType":"PowershellCmdlet","summary":"<p>Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.</p>\n","uid":"ServiceFabric.Copy-ServiceFabricApplicationPackage"}},"description":"<p>Das cmdlet <strong>Copy-ServiceFabricApplicationPackage</strong> ein Service Fabric-Anwendungspaket in den Imagespeicher kopiert. Dieses Cmdlet kann auch zum Komprimieren und Aufheben der Dekomprimierung eines Service Fabric-Anwendungspakets verwendet werden, ohne es tatsächlich in den Imagespeicher zu kopieren.</p>\n<p>Verwenden Sie nach dem Kopieren des Anwendungspakets die <a href=\"register-servicefabricapplicationtype\">Register-ServiceFabricApplicationType</a> Cmdlet, um den Anwendungstyp zu registrieren.</p>\n<p>Verwenden Sie nach der Registrierung des Anwendungspakets die <a href=\"remove-servicefabricapplicationpackage\">Remove-ServiceFabricApplicationPackage</a> Cmdlet, um das Anwendungspaket zu entfernen.</p>\n<p>Um Service Fabric-Cluster zu verwalten, starten Sie Windows PowerShell mithilfe der Option <strong>Als Administrator ausführen</strong>.\nBevor Sie einen Vorgang auf einem Service Fabric-Cluster ausführen, stellen Sie mithilfe des Cmdlets <a href=\"connect-servicefabriccluster\">Connect-ServiceFabricCluster</a> eine Verbindung mit dem Cluster her.</p>\n","examples":[{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -ImageStoreConnectionString \"fabric:ImageStore\"","description":"<p>Dieser Befehl kopiert das Anwendungspaket in den Imagespeicher des Clusters. Wenn <strong>ApplicationPackagePathInImageStore</strong> Parameter nicht angegeben wird, wird er standardmäßig auf den Ordnernamen festgelegt. In diesem Beispiel wird <strong>ApplicationPackagePathInImageStore-</strong> standardmäßig \"PersistentToDoListService\" verwendet.</p>\n","summary":"","title":"Beispiel 1: Kopieren eines Anwendungspakets"},{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -ImageStoreConnectionString \"fabric:ImageStore\" -ApplicationPackagePathInImageStore \"PersistentToDoListService_v2\"","description":"<p>Dieser Befehl kopiert das Anwendungspaket in PersistentToDoListService_v2 Verzeichnis im Imagespeicher des Clusters.</p>\n","summary":"","title":"Beispiel 2: Kopieren eines Anwendungspakets in ein bestimmtes Verzeichnis im Bildspeicher"},{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -ImageStoreConnectionString \"fabric:ImageStore\" -ApplicationPackagePathInImageStore \"PersistentToDoListService_v2\" -CompressPackage","description":"<p>Dieser Befehl komprimiert alle Unterverzeichnisse unter dem Dienstverzeichnis und kopiert dann das Anwendungspaket in PersistentToDoListService_v2 Verzeichnis im Imagespeicher des Clusters.</p>\n","summary":"","title":"Beispiel 3: Kopieren eines komprimierten Anwendungspakets in ein bestimmtes Verzeichnis im Bildspeicher"},{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -ImageStoreConnectionString \"fabric:ImageStore\" -ApplicationPackagePathInImageStore \"PersistentToDoListService_v2\" -ShowProgress -ShowProgressIntervalMilliseconds 500","description":"<p>Dieser Befehl zeigt eine Statusleiste im PowerShell-Fenster an, während das Anwendungspaket in PersistentToDoListService_v2 Verzeichnis im Imagespeicher des Clusters kopiert wird. Die Statusanzeige wird alle 500 ms aktualisiert.</p>\n","summary":"","title":"Beispiel 4: Statusanzeige für den Kopiervorgang im PowerShell-Fenster anzeigen"},{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -CompressPackage -SkipCopy","description":"<p>Mit diesem Befehl werden alle Unterverzeichnisse unter dem Dienstverzeichnis komprimiert, ohne das Anwendungspaket tatsächlich in den Imagespeicher des Clusters zu kopieren.</p>\n","summary":"","title":"Beispiel 5: Komprimieren des Anwendungspakets auf dem lokalen Computer, ohne in den Imagespeicher zu kopieren"},{"code":"PS C:\\> Copy-ServiceFabricApplicationPackage -ApplicationPackagePath \"C:\\ApplicationPackages\\PersistentToDoListService\" -UncompressPackage -SkipCopy","description":"<p>Mit diesem Befehl werden alle Unterverzeichnisse unter dem Dienstverzeichnis entfernt, ohne das Anwendungspaket tatsächlich in den Imagespeicher des Clusters zu kopieren.</p>\n","summary":"","title":"Beispiel 6: Aufheben der Dekomprimieren des Anwendungspakets auf dem lokalen Computer, ohne in den Imagespeicher zu kopieren"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"connect-servicefabriccluster","text":"Connect-ServiceFabricCluster"},{"href":"get-servicefabricclusterconnection","text":"Get-ServiceFabricClusterConnection"},{"href":"register-servicefabricapplicationtype","text":"Register-ServiceFabricApplicationType"},{"href":"remove-servicefabricapplicationpackage","text":"Remove-ServiceFabricApplicationPackage"}],"module":"ServiceFabric","name":"Copy-ServiceFabricApplicationPackage","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Gibt ein Ziel an, an dem eine lokale Kopie des Anwendungspakets zum Hochladen erstellt werden soll. Die lokale Kopie wird erstellt, bevor die <em>GenerateChecksums-</em> und <em>CompressPackage-</em> Schalter angewendet werden, sodass dieser Schalter nützlich ist, wenn der Speicherort des ursprünglichen Quellpakets schreibgeschützt ist.</p>\n","name":"ApplicationPackageCopyPath","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt den relativen Pfad eines Anwendungspakets an.\nDas Cmdlet kopiert das Paket aus dem von Ihnen angegebenen Pfad.</p>\n","isRequired":true,"name":"ApplicationPackagePath","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt den relativen Pfad im Bildspeicher an, in den das Anwendungspaket kopiert werden soll.</p>\n","name":"ApplicationPackagePathInImageStore","parameterValueGroup":"","position":"2","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"LocalMachine","description":"<p>Gibt einen Zertifikatspeicherort an, der beim Berechnen von Anwendungspaketprüfsummen mithilfe der option <em>GenerateChecksums</em> verwendet werden soll.</p>\n","name":"CertStoreLocation","parameterValueGroup":"CurrentUser, LocalMachine","position":"Named","type":"<span class=\"no-loc xref\">StoreLocation</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Komprimiert alle Unterverzeichnisse unter dem Stammverzeichnis des Anwendungspakets (Code/config/data-Pakete). Wenn <em>SkipCopy-</em> nicht angegeben ist, werden die Ordner vor dem Kopieren des Anwendungspakets in den Bildspeicher komprimiert. Wenn <em>ApplicationPackageCopyPath-</em> angegeben ist, erfolgt die Komprimierung in diesem Verzeichnis und nicht im ursprünglichen Quellverzeichnis.</p>\n","name":"CompressPackage","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Vor dem Hochladen werden Prüfsummendateien des Anwendungspakets vor dem Hochladen generiert. Dadurch werden die Kosten für die Berechnung von Prüfsummen des Anwendungspakets vorladen, sodass sie während <a href=\"register-servicefabricapplicationtype\">Register-ServiceFabricApplicationType-</a>nicht vom Cluster berechnet werden müssen.</p>\n","name":"GenerateChecksums","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt die Verbindungszeichenfolge für den Service Fabric-Imagespeicher an. Weitere Informationen zum <a href=\"https://learn.microsoft.com/azure/service-fabric/service-fabric-image-store-connection-string\">der Verbindungszeichenfolge für den Bildspeicher</a>. Dieser Parameter ist nicht erforderlich, wenn <a href=\"connect-servicefabriccluster\">Connect-ServiceFabricCluster-</a> erfolgreich ausgeführt wurde.</p>\n","name":"ImageStoreConnectionString","parameterValueGroup":"","position":"1","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt an, dass eine Statusleiste im PowerShell-Fenster angezeigt wird, während das Anwendungspaket in den Bildspeicher kopiert wird.</p>\n","name":"ShowProgress","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"2000","description":"<p>Gibt die Häufigkeit an, mit der die Statusleiste im PowerShell-Fenster aktualisiert wird, während das Anwendungspaket in den Bildspeicher kopiert wird.</p>\n","name":"ShowProgressIntervalMilliseconds","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Führt kein Hochladen des Anwendungspakets durch. Dies sollte verwendet werden, wenn ein Anwendungspaket komprimiert oder entkomprimiert werden muss, ohne das Anwendungspaket in den Imagespeicher zu kopieren.</p>\n","name":"SkipCopy","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt das Timeout in Sekunden für den Vorgang an.\nStandardmäßig ist der maximale Timeoutwert auf 1800 Sekunden begrenzt.</p>\n","name":"TimeoutSec","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Hebt die Komprimierung aller komprimierten Dateien unter dem Stammverzeichnis des Anwendungspakets (Code/config/data packages) auf. Dies kann mit dem Parameter <em>SkipCopy</em> verwendet werden, um das Anwendungspaket lokal zu entkomprimieren, ohne das Anwendungspaket tatsächlich in den Imagespeicher zu kopieren. Wenn <em>ApplicationPackageCopyPath-</em> angegeben ist, erfolgt die Dekomprimierung in diesem Verzeichnis und nicht im ursprünglichen Quellverzeichnis.</p>\n","name":"UncompressPackage","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.</p>\n","syntaxes":["Copy-ServiceFabricApplicationPackage [-ApplicationPackagePath] <String>\n [[-ImageStoreConnectionString] <String>] [[-ApplicationPackagePathInImageStore] <String>]\n [-ApplicationPackageCopyPath <String>] [-ShowProgress] [-ShowProgressIntervalMilliseconds <Int32>]\n [-CompressPackage] [-UncompressPackage] [-SkipCopy] [-GenerateChecksums] [-CertStoreLocation <StoreLocation>]\n [-TimeoutSec <Int32>] [<CommonParameters>]"],"uid":"ServiceFabric.Copy-ServiceFabricApplicationPackage","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"de-de","loc_version":"2024-11-01T06:51:51.0719426Z","loc_source_id":"Github-70665156#live","loc_file_id":"Github-70665156.live.Azure.azureps-servicefabric.Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/copy-servicefabricapplicationpackage","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Copy-ServiceFabricApplicationPackage","schemaType":"PowershellCmdlet","summary":"<p>Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.</p>\n","uid":"ServiceFabric.Copy-ServiceFabricApplicationPackage"}],"canonical_url":"https://learn.microsoft.com/de-de/powershell/module/servicefabric/copy-servicefabricapplicationpackage?view=azureservicefabricps","_op_canonicalUrl":"https://learn.microsoft.com/de-de/powershell/module/servicefabric/copy-servicefabricapplicationpackage?view=azureservicefabricps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Das cmdlet <strong>Copy-ServiceFabricApplicationPackage</strong> ein Service Fabric-Anwendungspaket in den Imagespeicher kopiert. Dieses Cmdlet kann auch zum Komprimieren und Aufheben der Dekomprimierung eines Service Fabric-Anwendungspakets verwendet werden, ohne es tatsächlich in den Imagespeicher zu kopieren.</p>\n<p>Verwenden Sie nach dem Kopieren des Anwendungspakets die <a href=&quot;register-servicefabricapplicationtype&quot;>Register-ServiceFabricApplicationType</a> Cmdlet, um den Anwendungstyp zu registrieren.</p>\n<p>Verwenden Sie nach der Registrierung des Anwendungspakets die <a href=&quot;remove-servicefabricapplicationpackage&quot;>Remove-ServiceFabricApplicationPackage</a> Cmdlet, um das Anwendungspaket zu entfernen.</p>\n<p>Um Service Fabric-Cluster zu verwalten, starten Sie Windows PowerShell mithilfe der Option <strong>Als Administrator ausführen</strong>.\nBevor Sie einen Vorgang auf einem Service Fabric-Cluster ausführen, stellen Sie mithilfe des Cmdlets <a href=&quot;connect-servicefabriccluster&quot;>Connect-ServiceFabricCluster</a> eine Verbindung mit dem Cluster her.</p>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-70665156.live.Azure.azureps-servicefabric.Service-Fabric-cmdlets/ServiceFabric/Copy-ServiceFabricApplicationPackage.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-70665156#live\" />\r\n<meta name=\"loc_version\" content=\"2024-11-01T06:51:51.0719426Z\" />\r\n<meta name=\"module\" content=\"ServiceFabric\" />\r\n<meta name=\"ms.contentlocale\" content=\"de-de\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Copy-ServiceFabricApplicationPackage\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Kopiert ein Service Fabric-Anwendungspaket in den Imagespeicher.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Copy-ServiceFabricApplicationPackage [-ApplicationPackagePath] <String>\n [[-ImageStoreConnectionString] <String>] [[-ApplicationPackagePathInImageStore] <String>]\n [-ApplicationPackageCopyPath <String>] [-ShowProgress] [-ShowProgressIntervalMilliseconds <Int32>]\n [-CompressPackage] [-UncompressPackage] [-SkipCopy] [-GenerateChecksums] [-CertStoreLocation <StoreLocation>]\n [-TimeoutSec <Int32>] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ServiceFabric.Copy-ServiceFabricApplicationPackage\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}