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 a 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
Example 1. Getting Virtual Network by Name
This example shows how to get a virtual network with the specified name.
Perform the following steps:
|
Related Commands