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

Get-VBOAzureSubNet

Short Description

Returns the Azure archiver appliance subnet.

Syntax

Get-VBOAzureSubNet -VirtualNetwork <VBOAzureVirtualNetwork> [-Name <string>] [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAzureSubNet object.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

VirtualNetwork

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

Accepts the VBOAzureVirtualNetwork object.

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

True

Named

False

False

Name

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

String

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 VBOAzureSubNet object.

Examples

Get-VBOAzureSubNetExample 1. Getting Azure Archiver Appliance Subnet

Related Commands