Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 2.35 KB

Get-AzureRemoteAppVNet.md

File metadata and controls

97 lines (70 loc) · 2.35 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.RemoteApp.dll-Help.xml
58DABEB0-D3B6-478B-9B83-80E4C67A7792
2.0.0

Get-AzureRemoteAppVNet

SYNOPSIS

Retrieves information about Azure RemoteApp virtual networks in Azure.

[!INCLUDE rdfe-banner]

SYNTAX

Get-AzureRemoteAppVNet [[-VNetName] <String>] [-IncludeSharedKey] [-Profile <AzureSMProfile>]
 [<CommonParameters>]

DESCRIPTION

The Get-AzureRemoteAppVNet cmdlet retrieves information about Azure RemoteApp virtual networks in Microsoft Azure. This cmdlet returns an object that contains information about a specified virtual network. If no virtual network is specified, this cmdlet returns information about all the virtual networks in the current subscription.

EXAMPLES

Example 1: Retrieve information about a virtual network

PS C:\> Get-AzureRemoteAppVNet -VNetName "ContosoVNet"

This command gets information about the virtual network named ContosoVNet.

PARAMETERS

-IncludeSharedKey

Indicates that this cmdlet includes the shared key value in the information it retrieves about the virtual network.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

-VNetName

Specifies the name of the Azure RemoteApp virtual network.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: True

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

Set-AzureRemoteAppVNet