{"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":"Ryan Wike","id":"1577071","name":"rwike77","profile_url":"https://github.com/rwike77"},{"display_name":"Oana Platon","id":"11232790","name":"oanapl","profile_url":"https://github.com/oanapl"},{"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:20:26.6191816Z"},"_path":"module/servicefabric/unregister-servicefabricapplicationtype.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/unregister-servicefabricapplicationtype?view=azureservicefabricps","content_git_url":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/live/Service-Fabric-cmdlets/ServiceFabric/Unregister-ServiceFabricApplicationType.md","default_moniker":"azureservicefabricps","depot_name":"Azure.azureps-servicefabric","description":"Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.","external help file":"Microsoft.ServiceFabric.Powershell.dll-Help.xml","git_commit_id":"2c870aa50382997c7df26284c662244c30f10ed9","gitcommit":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/2c870aa50382997c7df26284c662244c30f10ed9/Service-Fabric-cmdlets/ServiceFabric/Unregister-ServiceFabricApplicationType.md","github_contributors":["erikadoyle","rwike77","oanapl","qinezh"],"locale":"de-de","Module Name":"ServiceFabric","monikers":["azureservicefabricps"],"ms.assetid":"42986C68-14EA-4ADA-9381-3B7A9DF11971","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/Unregister-ServiceFabricApplicationType.md","original_content_git_url_template":"{repo}/blob/{branch}/Service-Fabric-cmdlets/ServiceFabric/Unregister-ServiceFabricApplicationType.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":"Unregister-ServiceFabricApplicationType","uhfHeaderId":"Azure.yml","updated_at":"2026-08-10 06:20 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/unregister-servicefabricapplicationtype","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Unregister-ServiceFabricApplicationType","schemaType":"PowershellCmdlet","summary":"<p>Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.</p>\n","uid":"ServiceFabric.Unregister-ServiceFabricApplicationType"}]},"_xrefmap":{"ServiceFabric":{"href":"./","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"ServiceFabric","schemaType":"PowershellModule","uid":"ServiceFabric"},"ServiceFabric.Unregister-ServiceFabricApplicationType":{"href":"unregister-servicefabricapplicationtype","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Unregister-ServiceFabricApplicationType","schemaType":"PowershellCmdlet","summary":"<p>Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.</p>\n","uid":"ServiceFabric.Unregister-ServiceFabricApplicationType"}},"description":"<p>Das Cmdlet <strong>\"Unregister-ServiceFabricApplicationType\"</strong> die Registrierung eines Service Fabric-Anwendungstyps aufgehoben. Der Anwendungstyp muss zuvor bei <a href=\"register-servicefabricapplicationtype\">Register-ServiceFabricApplicationType</a>registriert worden sein.</p>\n<p>Bevor Sie die Registrierung eines Anwendungstyps aufheben, müssen Sie das Cmdlet <a href=\"remove-servicefabricservice\">Remove-ServiceFabricService</a> verwenden, um Dienste zu entfernen, die Sie auf der Anwendung basieren. Verwenden Sie die <a href=\"remove-servicefabricapplication\">Remove-ServiceFabricApplication</a> Cmdlet, um Instanzen des Anwendungstyps zu entfernen.\nWenn Sie die Registrierung eines Anwendungstyps aufheben, wird das Anwendungspaket aus dem Imagespeicher entfernt.</p>\n<p>Um Service Fabric-Cluster zu verwalten, starten Sie Windows PowerShell mithilfe der Option \"Als Administrator ausführen\".\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:\\> Unregister-ServiceFabricApplicationType -ApplicationTypeName \"CalcServiceApp\" -ApplicationTypeVersion \"1.0\" -Force","description":"<p>Mit diesem Befehl wird die Registrierung des Anwendungstyps CalcServiceApp mit Version 1.0 aufgehoben. Wenn der Befehl erfolgreich zurückgibt, wurde die Registrierung des Anwendungstyps erfolgreich aufgehoben.\nDa der Befehl den Parameter <em>Force</em> enthält, werden Sie vom Cmdlet nicht zur Bestätigung aufgefordert.</p>\n","summary":"","title":"Beispiel 1: Aufheben der Registrierung eines Anwendungstyps"},{"code":"PS C:\\> Unregister-ServiceFabricApplicationType -ApplicationTypeName \"CalcServiceApp\" -ApplicationTypeVersion \"1.0\" -Async\nPS C:\\> Get-ServiceFabricApplicationType -ApplicationTypeName \"CalcServiceApp\" -ApplicationTypeVersion \"1.0\"","description":"<p>\n              <a href=\"unregister-servicefabricapplicationtype\">Unregister-ServiceFabricApplicationType</a> die Bereitstellung des Anwendungstyps CalcServiceApp mit Version 1.0 beginnt. Da die option -Async bereitgestellt wird, wird der Befehl zurückgegeben, sobald der Cluster die Anforderung empfängt.\n\n              <a href=\"get-servicefabricapplicationtype\">Get-ServiceFabricApplicationType</a> ruft die im Cluster registrierten Anwendungstypen mit dem angegebenen Filter ab. Die zurückgegebenen Anwendungstypen (falls vorhanden) enthalten den Registrierungsstatus. Das Cmdlet kann verwendet werden, um den Fortschritt für die Aufhebung der Bereitstellung anzuzeigen. Wenn die Registrierung des Anwendungstyps mit der angegebenen Version erfolgreich aufgehoben wurde, wird er nicht im <a href=\"get-servicefabricapplicationtype\">Get-ServiceFabricApplicationType</a> Ausgabe angezeigt.</p>\n","summary":"","title":"Beispiel 2: Aufheben der Registrierung eines Anwendungstyps asynchron"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">System.String</span>\n"}],"links":[{"href":"connect-servicefabriccluster","text":"Connect-ServiceFabricCluster"},{"href":"get-servicefabricapplicationtype","text":"Get-ServiceFabricApplicationType"},{"href":"get-servicefabricclusterconnection","text":"Get-ServiceFabricClusterConnection"},{"href":"register-servicefabricapplicationtype","text":"Register-ServiceFabricApplicationType"},{"href":"remove-servicefabricapplication","text":"Remove-ServiceFabricApplication"},{"href":"remove-servicefabricservice","text":"Remove-ServiceFabricService"}],"module":"ServiceFabric","name":"Unregister-ServiceFabricApplicationType","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Gibt den Namen eines Service Fabric-Anwendungstyps an.\nDas Cmdlet hebt die Registrierung des angegebenen Typs auf.</p>\n","isRequired":true,"name":"ApplicationTypeName","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt die Version eines Service Fabric-Anwendungstyps an.\nDas Cmdlet hebt die Registrierung des Typs auf, der über die von Ihnen angegebene Version verfügt.</p>\n","isRequired":true,"name":"ApplicationTypeVersion","parameterValueGroup":"","pipelineInput":true,"position":"1","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Der Befehl wird zurückgegeben, sobald die Registrierungsanforderung vom Cluster akzeptiert wird. Verwenden Sie den Befehl <a href=\"get-servicefabricapplicationtype\">Get-ServiceFabricApplicationType</a>, um den Status der Anforderung abzufragen. Wenn Sie den asynchronen Switch übergeben, müssen Sie die -TimeoutSec für große Anwendungspakete nicht erhöhen.</p>\n","name":"Async","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"cf","defaultValue":"False","description":"<p>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Erzwingt die Ausführung des Befehls, ohne eine Benutzerbestätigung zu verlangen.</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt den Timeoutzeitraum für den Vorgang in Sekunden an.</p>\n","name":"TimeoutSec","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>Zeigt, was passiert, wenn das Cmdlet ausgeführt wird.\nDas Cmdlet wird nicht ausgeführt.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.</p>\n","syntaxes":["Unregister-ServiceFabricApplicationType [-ApplicationTypeName] <String> [-ApplicationTypeVersion] <String>\n [-Async] [-Force] [-TimeoutSec <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ServiceFabric.Unregister-ServiceFabricApplicationType","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/Unregister-ServiceFabricApplicationType.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/unregister-servicefabricapplicationtype","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Unregister-ServiceFabricApplicationType","schemaType":"PowershellCmdlet","summary":"<p>Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.</p>\n","uid":"ServiceFabric.Unregister-ServiceFabricApplicationType"}],"canonical_url":"https://learn.microsoft.com/de-de/powershell/module/servicefabric/unregister-servicefabricapplicationtype?view=azureservicefabricps","_op_canonicalUrl":"https://learn.microsoft.com/de-de/powershell/module/servicefabric/unregister-servicefabricapplicationtype?view=azureservicefabricps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Das Cmdlet <strong>&quot;Unregister-ServiceFabricApplicationType&quot;</strong> die Registrierung eines Service Fabric-Anwendungstyps aufgehoben. Der Anwendungstyp muss zuvor bei <a href=&quot;register-servicefabricapplicationtype&quot;>Register-ServiceFabricApplicationType</a>registriert worden sein.</p>\n<p>Bevor Sie die Registrierung eines Anwendungstyps aufheben, müssen Sie das Cmdlet <a href=&quot;remove-servicefabricservice&quot;>Remove-ServiceFabricService</a> verwenden, um Dienste zu entfernen, die Sie auf der Anwendung basieren. Verwenden Sie die <a href=&quot;remove-servicefabricapplication&quot;>Remove-ServiceFabricApplication</a> Cmdlet, um Instanzen des Anwendungstyps zu entfernen.\nWenn Sie die Registrierung eines Anwendungstyps aufheben, wird das Anwendungspaket aus dem Imagespeicher entfernt.</p>\n<p>Um Service Fabric-Cluster zu verwalten, starten Sie Windows PowerShell mithilfe der Option &quot;Als Administrator ausführen&quot;.\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/Unregister-ServiceFabricApplicationType.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=\"Unregister-ServiceFabricApplicationType\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Hebt die Registrierung eines Service Fabric-Anwendungstyps auf.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Unregister-ServiceFabricApplicationType [-ApplicationTypeName] <String> [-ApplicationTypeVersion] <String>\n [-Async] [-Force] [-TimeoutSec <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ServiceFabric.Unregister-ServiceFabricApplicationType\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}