Get-AzOperationalInsightsAvailableServiceTier
This command gets all available service tiers for a given worksapce.
Syntax
Get-AzOperationalInsightsAvailableServiceTier
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
This command gets all available service tiers for a given worksapce.
Examples
Example 1
Get-AzOperationalInsightsAvailableServiceTier -ResourceGroupName ContosoResourceGroup -WorkspaceName MyWorkspace
ServiceTier : PerGB2018
Enabled : True
MinimumRetention : 30
MaximumRetention : 730
DefaultRetention : 30
CapacityReservationLevel :
LastSkuUpdate :
ServiceTier : CapacityReservation
Enabled : True
MinimumRetention : 30
MaximumRetention : 730
DefaultRetention : 31
CapacityReservationLevel :
LastSkuUpdate : Tue, 16 Nov 2021 13:20:32 GMT
This command gets all available service tiers for a given worksapce.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The resource group name.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WorkspaceName
The name of the workspace that contains the table.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
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