< Back

Remove-AzureVNetConfig

Wed Jan 30, 2019 5:52 pm

NAME Remove-AzureVNetConfig



SYNOPSIS

Deletes the network configuration from the current Azure subscription.





SYNTAX

Remove-AzureVNetConfig [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AzureVNetConfig cmdlet removes all virtual network settings from the current Azure subscription.





PARAMETERS

-Profile <AzureSMProfile>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- Example 1: Remove a virtual network configuration from the current subscription --------------------------



PS C:\\>Remove-AzureVNetConfig



This command removes the virtual network configuration from the current subscription.



RELATED LINKS

Get-AzureVNetConfig

Get-AzureVNetSite

Set-AzureVNetConfig