Get-AzContainerInstanceCapability
Get the list of CPU/memory/GPU capabilities of a region.
Syntax
Get-AzContainerInstanceCapability
-Location <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get the list of CPU/memory/GPU capabilities of a region.
Examples
Example 1: Get the list of capabilities of the location
Get-AzContainerInstanceCapability -Location eastus
Gpu IPAddressType Location OSType ResourceType
--- ------------- -------- ------ ------------
None Public eastus NotSpecified containerGroups
None Private eastus NotSpecified containerGroups
None Public EASTUS Linux containerGroups
None Private EASTUS Linux containerGroups
K80 Public EASTUS Linux containerGroups
P100 Public EASTUS Linux containerGroups
V100 Public EASTUS Linux containerGroups
None Public EASTUS Windows containerGroups
This command gets the list of CPU/memory/GPU capabilities of the region eastus
.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
The identifier for the physical azure location.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell