This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOAzureVirtualNetwork

Short Description

Returns a network to which the Azure archiver appliance will be connected.

Syntax

Get-VBOAzureVirtualNetwork -ResourceGroup <VBOAzureResourceGroup> [-Name <String>] [-Location <VBOAzureLocation>] [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAzureVirtualNetwork object.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

ResourceGroup

Specifies a resource group that will be associated with the Azure archiver appliance.

Accepts the VBOAzureResourceGroup object.

To get this object, run the Get-VBOAzureResourceGroup cmdlet.

True

Named

False

False

Name

Specifies a name of the virtual network. The cmdlet will return the virtual network with this name.

String

False

Named

False

False

Location

Specifies a Microsoft Azure region.

Accepts the VBOAzureLocation object.

To get this object, run the Get-VBOAzureLocation cmdlet.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOAzureVirtualNetwork object.

Examples

Get-VBOAzureVirtualNetworkExample 1. Getting Virtual Network by Name

Related Commands