Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.79 KB

Remove-AzureRemoteAppVNet.md

File metadata and controls

81 lines (56 loc) · 1.79 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.RemoteApp.dll-Help.xml
000B2335-E374-47CC-8165-40AE807C090F
2.0.0

Remove-AzureRemoteAppVNet

SYNOPSIS

Deletes an Azure RemoteApp virtual network.

[!INCLUDE rdfe-banner]

SYNTAX

Remove-AzureRemoteAppVNet -VNetName <String> [-Profile <AzureSMProfile>] [<CommonParameters>]

DESCRIPTION

The Remove-AzureRemoteAppVNet cmdlet deletes an Azure RemoteApp virtual network.

EXAMPLES

Example 1: Delete a specified virtual network

PS C:\> Remove-AzureRemoteAppVnet -VNetName "ContosoVNet"

This command deletes the virtual network named ContosoVNet.

PARAMETERS

-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 to delete.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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

Get-AzureRemoteAppVNet

Set-AzureRemoteAppVNet