Get-AzsComputeQuota

Haal een bestaand rekenquotum op.

Syntax

Get-AzsComputeQuota
   [-Location <String>]
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzsComputeQuota
   -Name <String>
   [-Location <String>]
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzsComputeQuota
   -INPUTOBJECT \<IComputeAdminIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Haal een bestaand rekenquotum op.

Voorbeelden

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

Get-AzsComputeQuota

AvailabilitySetCount: 10 CoresLimit: 100 Id: /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute.Ad min /locations/local/quotas/ascancompquota433 Location : local Name : ascancompquota433 PremiumManagedDiskAndSnapshotSize : 2048 StandardManagedDiskAndSnapshotSize : 2048 Type : Microsoft.Compute. Beheer/quota VMScaleSetCount : 100 VirtualMachineCount : 100

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

Get-AzsComputeQuota -Name ExampleComputeQuotaWithDefaultParameters

AvailabilitySetCount: 10 CoresLimit : 100 Id: /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute.Ad min/locations /local/quotas/ExampleComputeQuotaWithDefaultParameters Location : local Name : ExampleComputeQuotaWithDefaultParameters PremiumManagedDiskAndSnapshotSize : 2048 StandardManagedDiskAndSnapshotSize : 2048 Type : Microsoft.Compute. Beheer/quota VMScaleSetCount : 0 VirtualMachineCount : 100

Parameters

-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.ComputeAdmin.Models.IComputeAdminIdentity
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].Location
Accept pipeline input:False
Accept wildcard characters:False
-Name

Naam van het quotum.

Type:String
Aliases:QuotaName
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-SubscriptionId

Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. 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

Invoerwaarden

Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity

Uitvoerwaarden

Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota

Notities

ALIASSEN

EIGENSCHAPPEN VAN COMPLEXE PARAMETERS

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

INPUTOBJECT <IComputeAdminIdentity>: Id-parameter

  • [DiskId <String>]: de schijf-GUID als identiteit.
  • [FeatureName <String>]: Naam van de functie.
  • [Id <String>]: Resource-id-pad
  • [Location <String>]: Locatie van de resource.
  • [MigrationId <String>]: de guid-naam van de migratietaak.
  • [Offer <String>]: Naam van de aanbieding.
  • [Publisher <String>]: Naam van de uitgever.
  • [QuotaName <String>]: Naam van het quotum.
  • [ScaleUnitName <String>]: Naam van de schaaleenheid.
  • [Sku <String>]: Naam van de SKU.
  • [SubscriptionId <String>]: Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.
  • [Type <String>]: Type extensie.
  • [Version <String>]: De versie van de resource.