Delen via


Remove-AzNotificationHubsNamespace

Hiermee verwijdert u een Notification Hub-naamruimte.

Syntax

Remove-AzNotificationHubsNamespace
      [-ResourceGroup] <String>
      [-Namespace] <String>
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

De cmdlet Remove-AzNotificationHubsNamespace verwijdert een Notification Hub-naamruimte uit uw implementatie. Naamruimten zijn logische containers waarmee u uw Notification Hubs kunt organiseren en beheren. De cmdlet Remove-AzNotificationHubsNamespace verwijdert een Notification Hub-naamruimte uit uw implementatie. Wanneer u deze cmdlet uitvoert, wordt de opgegeven naamruimte verwijderd, samen met alle Notification Hubs die aan die naamruimte zijn gekoppeld.

Voorbeelden

Voorbeeld 1: Een Notification Hub-naamruimte verwijderen

Remove-AzNotificationHubsNamespace -Namespace "ContosoNamespace" -ResourceGroup "ContosoNotificationsGroup"

Met deze opdracht wordt de naamruimte ContosoNamespace verwijderd. U moet de resourcegroep opgeven waaraan de naamruimte is toegewezen.

Parameters

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type:SwitchParameter
Aliases:cf
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

De referenties, het account, de tenant en het abonnement dat wordt gebruikt voor communicatie met Azure

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

Vraag niet om bevestiging.

Type:SwitchParameter
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-Namespace

Hiermee geeft u de naamruimte op die door deze cmdlet wordt verwijderd. Naamruimten bieden een manier om Notification Hubs te groeperen en te categoriseren.

Type:String
Position:1
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroup

Hiermee geeft u de resourcegroep waaraan de naamruimte is toegewezen. Resourcegroepen organiseren items zoals naamruimten, notification hubs en autorisatieregels op manieren die eenvoudig voorraadbeheer en Azure-beheer helpen.

Type:String
Position:0
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

Type:SwitchParameter
Aliases:wi
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

String

Uitvoerwaarden

Void