Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.14 KB

Get-WAPackLogicalNetwork.md

File metadata and controls

93 lines (67 loc) · 2.14 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.dll-Help.xml
7D51BE56-C0A2-4A32-BB7F-8FA9CC67F8F9
2.0.0

Get-WAPackLogicalNetwork

SYNOPSIS

Gets logical network objects.

[!INCLUDE rdfe-banner]

SYNTAX

Empty (Default)

Get-WAPackLogicalNetwork [-Profile <AzureSMProfile>] [<CommonParameters>]

FromName

Get-WAPackLogicalNetwork [-Name <String>] [-Profile <AzureSMProfile>] [<CommonParameters>]

DESCRIPTION

These topics are deprecated and will be removed in the future. This topic describes the cmdlet in the 0.8.1 version of the Microsoft Azure PowerShell module. To find out the version of the module you're using, from the Azure PowerShell console, type (Get-Module -Name Azure).Version.

The Get-WAPackLogicalNetwork cmdlet gets logical network objects.

EXAMPLES

Example 1: Get a logical network by using a name

PS C:\> Get-WAPackLogicalNetwork -Name "ContosoLogicalNetwork01"

This command gets a logical network named ContosoLogicalNetwork01.

Example 2: Get all logical networks

PS C:\> Get-WAPackLogicalNetwork

This command gets all logical networks.

PARAMETERS

-Name

Specifies the name of a logical network.

Type: String
Parameter Sets: FromName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS