NetworkSecurityGroupsOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified network security group.
public static void Delete (this Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.INetworkSecurityGroupsOperations operations, string resourceGroupName, string networkSecurityGroupName);
static member Delete : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.INetworkSecurityGroupsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As INetworkSecurityGroupsOperations, resourceGroupName As String, networkSecurityGroupName As String)
Parameters
- operations
- INetworkSecurityGroupsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- networkSecurityGroupName
- String
The name of the network security group.