Get-AzNetworkVirtualAppliance
Get or List Network Virtual Appliances.
Syntax
ResourceNameParameterSet (Default)
Get-AzNetworkVirtualAppliance
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ResourceIdParameterSet
Get-AzNetworkVirtualAppliance
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzNetworkVirtualAppliance commands gets or lists Network Virtual Appliance resources.
Examples
Example 1
Get-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva
BootStrapConfigurationBlobs : {}
VirtualHub : {
"Id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/pr
oviders/Microsoft.Network/virtualHubs/hubtest"
}
CloudInitConfigurationBlobs : {}
CloudInitConfiguration : echo hi
VirtualApplianceAsn : 1270
VirtualApplianceNics : {privatenicipconfig, publicnicipconfig, privatenicipconfig, publicnicipconfig}
VirtualApplianceSites : {}
ProvisioningState : Succeeded
Identity :
NvaSku : Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties
ResourceGroupName : testrg
Location : eastus2
Delegation : {}
PartnerManagedResource : {}
ResourceGuid :
Type : Microsoft.Network/NetworkVirtualAppliances
Tag :
TagsTable :
Name : nva
Etag : 00000000-0000-0000-0000-000000000000
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Network/networkVirtualAppliances/nva
Get a Network Virtual Appliance resource.
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 |
-Name
The resource name.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | ResourceName |
Parameter sets
ResourceNameParameterSet
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-ResourceGroupName
The resource group name.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
ResourceNameParameterSet
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-ResourceId
The resource Id.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
ResourceIdParameterSet
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| 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.