Remove-AzsNetworkQuota

Een quotum op naam verwijderen.

Syntax

Remove-AzsNetworkQuota
      -Name <String>
      [-Location <String>]
      [-SubscriptionId <String>]
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-PassThru]
      [-Confirm]
      [-WhatIf]
      [<CommonParameters>]
Remove-AzsNetworkQuota
      -INPUTOBJECT \<INetworkAdminIdentity>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-PassThru]
      [-Confirm]
      [-WhatIf]
      [<CommonParameters>]

Description

Een quotum op naam verwijderen.

Voorbeelden

-------------------------- VOORBEELD 1 --------------------------

Remove-AzsNetworkQuota -Name NetworkQuota1

Verwijder een netwerkquotum op naam.

-------------------------- VOORBEELD 2 --------------------------

Get-AzsNetworkQuota -Name NetworkQuota1 | Remove-AzsNetworkQuota

Verwijder een netwerkquotum met behulp van een pijp.

-------------------------- VOORBEELD 3 --------------------------

Remove-AzsNetworkQuota -Name NetworkQuota1

Verwijder een netwerkquotum.

Parameters

-AsJob

De opdracht uitvoeren als een taak

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Confirm

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

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
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:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:Microsoft.Azure.PowerShell.Cmdlets.NetworkAdmin.Models.INetworkAdminIdentity
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-Location

Locatie van de resource.

Type:String
Position:Named
Default value:(Get-AzLocation)[0].Name
Accept pipeline input:False
Accept wildcard characters:False
-Name

De naam van de resource.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-NoWait

Voer de opdracht asynchroon uit

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-PassThru

Retourneert true wanneer de opdracht slaagt

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-SubscriptionId

Abonnementsreferenties die het Microsoft Azure-abonnement uniek identificeren. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.

Type:String
Position:Named
Default value:(Get-AzContext).Subscription.Id
Accept pipeline input:False
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
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

Microsoft.Azure.PowerShell.Cmdlets.NetworkAdmin.Models.INetworkAdminIdentity

Uitvoerwaarden

Boolean

Notities

COMPLEXE PARAMETEREIGENSCHAPPEN Om de hieronder beschreven parameters te maken, maakt u een hash-tabel met de juiste eigenschappen. Voer Get-Help about_Hash_Tables uit voor informatie over hashtabellen.

INPUTOBJECT <INetworkAdminIdentity>: Id-parameter

  • [Id <String>]: Resource-id-pad
  • [Location <String>]: Locatie van de resource.
  • [ResourceName <String>]: De naam van de resource.
  • [SubscriptionId <String>]: Abonnementsreferenties die het Microsoft Azure-abonnement uniek identificeren. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.