Remove-AzsStorageQuota
Syntax
Remove-AzsStorageQuota
-Name <String>
[-Location <String>]
[-SubscriptionId <String>]
[-DefaultProfile <PSObject>]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Remove-AzsStorageQuota
-INPUTOBJECT \<IStorageAdminIdentity>
[-DefaultProfile <PSObject>]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Voorbeelden
Voorbeeld 1:
PS C:\> Remove-AzsStorageQuota -Name 'TestQuota'
Verwijder een opslagquotum op naam.
Voorbeeld 2:
PS C:\> Get-AzsStorageQuota -Name 'TestQuota' | Remove-AzsStorageQuota
Verwijder een opslagquotum door pijpleidingen te gebruiken.
Parameters
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 |
| Type: | PSObject |
| Aliases: | AzureRMContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Zie de sectie NOTES voor INPUTOBJECT-eigenschappen en maak een hash-tabel om deze samen te stellen.
| Type: | Microsoft.Azure.PowerShell.Cmdlets.StorageAdmin.Models.IStorageAdminIdentity |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzLocation)[0].Location |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Type: | String |
| Aliases: | QuotaName |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzContext).Subscription.Id |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
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.StorageAdmin.Models.IStorageAdminIdentity
Uitvoerwaarden
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 <IStorageAdminIdentity>:
[AccountId <String>]: Interne opslagaccount-id, die niet zichtbaar is voor tenants.[AsyncOperationId <String>]: Asynchrone bewerkings-id.[Id <String>]: Pad naar resource-id[Location <String>]: Resourcelocatie.[QuotaName <String>]: De naam van het opslagquotum.[ResourceGroup <String>]: Naam van resourcegroep.[ServiceName <String>]: naam van opslagservice.[SubscriptionId <String>]: Abonnements-id.