Get-AzNetworkVirtualApplianceSku
Get or List available Network Virtual Appliance Skus in the inventory.
Syntax
Default (Default)
Get-AzNetworkVirtualApplianceSku
[-SkuName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzNetworkVirtualApplianceSku gets or lists available Network Virtual Appliance Skus in the Microsoft Azure inventory.
Examples
Example 1
Get-AzNetworkVirtualApplianceSku -SkuName barracudasdwanrelease
Vendor : barracudasdwanrelease
AvailableVersions : {8.1.0038301, latest}
AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances}
Name : barracudasdwanrelease
Etag : 00000000-0000-0000-0000-000000000000
Id :
Get a sku by name.
Example 2
Get-AzNetworkVirtualApplianceSku
Vendor : barracuda sdwan nightly
AvailableVersions : {latest}
AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances}
Name : barracuda sdwan nightly
Etag : 00000000-0000-0000-0000-000000000000
Id :
Vendor : barracuda sdwan
AvailableVersions : {latest}
AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances}
Name : barracuda sdwan
Etag : 00000000-0000-0000-0000-000000000000
Id :
Vendor : barracudasdwanrelease
AvailableVersions : {8.1.0038301, latest}
AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances}
Name : barracudasdwanrelease
Etag : 00000000-0000-0000-0000-000000000000
Id :
List all available Skus of Network Virtual Appliance.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-SkuName
The Sku name.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.