Skip to content

Latest commit

 

History

History
137 lines (102 loc) · 3.05 KB

Remove-AzureNetworkSecurityGroupFromSubnet.md

File metadata and controls

137 lines (102 loc) · 3.05 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll-Help.xml
BABA5142-541F-40C8-AFF5-20E4283BE147
2.0.0

Remove-AzureNetworkSecurityGroupFromSubnet

SYNOPSIS

Dissociates a network security group from a subnet.

[!INCLUDE rdfe-banner]

SYNTAX

Remove-AzureNetworkSecurityGroupFromSubnet -Name <String> -VirtualNetworkName <String> -SubnetName <String>
 [-Force] [-PassThru] [-Profile <AzureSMProfile>] [<CommonParameters>]

DESCRIPTION

The Remove-AzureNetworkSecurityGroupFromSubnet cmdlet dissociates an Azure network security group from a subnet.

EXAMPLES

PARAMETERS

-Force

Forces the command to run without asking for user confirmation.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

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

-Name

Specifies the name of the network security group that this cmdlet dissociates from a subnet.

Type: String
Parameter Sets: (All)
Aliases: 

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

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

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

-SubnetName

Specifies the name of a subnet from which this cmdlet dissociates a network security group.

Type: String
Parameter Sets: (All)
Aliases: 

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

-VirtualNetworkName

Specifies the name of a virtual network. This cmdlet disassociates a network security group from a subnet in the virtual network that this parameter specifies.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
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

Get-AzureNetworkSecurityGroupForSubnet

Set-AzureNetworkSecurityGroupToSubnet