NetworkSecurityGroupOperationsExtensions Members
The Service Management API includes operations for managing the virtual networks for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)
The following tables list the members exposed by the NetworkSecurityGroupOperationsExtensions type.
Public Methods
Name | Description | |
---|---|---|
AddToSubnet | Adds a Network Security Group to a subnet. | |
AddToSubnetAsync | Adds a Network Security Group to a subnet. | |
BeginAddingToSubnet | Adds a Network Security Group to a subnet. | |
BeginAddingToSubnetAsync | Adds a Network Security Group to a subnet. | |
BeginCreating | Creates a new Network Security Group. | |
BeginCreatingAsync | Creates a new Network Security Group. | |
BeginDeleting | Deletes the pecified Network Security Group from your subscription.If the Network Security group is still associated with some VM/Role/Subnet, the deletion will fail. In order to successfully delete the Network Security, it needs to be not used. | |
BeginDeletingAsync | Deletes the pecified Network Security Group from your subscription.If the Network Security group is still associated with some VM/Role/Subnet, the deletion will fail. In order to successfully delete the Network Security, it needs to be not used. | |
BeginDeletingRule | Deletes a rule from the specified Network Security Group. | |
BeginDeletingRuleAsync | Deletes a rule from the specified Network Security Group. | |
BeginRemovingFromSubnet | Removes a Network Security Group from a subnet. | |
BeginRemovingFromSubnetAsync | Removes a Network Security Group from a subnet. | |
BeginSettingRule | Sets a new Network Security Rule to existing Network Security Group. | |
BeginSettingRuleAsync | Sets a new Network Security Rule to existing Network Security Group. | |
Create | Creates a new Network Security Group. | |
CreateAsync | Creates a new Network Security Group. | |
Delete | The Delete Network Security Group operation removes thespecified Network Security Group from your subscription.If the Network Security group is still associated with some VM/Role/Subnet, the deletion will fail. In order to successfully delete the Network Security, it needs to be not used. | |
DeleteAsync | The Delete Network Security Group operation removes thespecified Network Security Group from your subscription.If the Network Security group is still associated with some VM/Role/Subnet, the deletion will fail. In order to successfully delete the Network Security, it needs to be not used. | |
DeleteRule | The Delete Network Security Rule operation removes a rule from the specified Network Security Group. | |
DeleteRuleAsync | The Delete Network Security Rule operation removes a rule from the specified Network Security Group. | |
Get | Gets the details for the specified Network Security Group in the subscription. | |
GetAsync | Gets the details for the specified Network Security Group in the subscription. | |
GetForSubnet | Gets the Network Security Group applied to a specific subnet. | |
GetForSubnetAsync | Gets the Network Security Group applied to a specific subnet. | |
List | Lists all of the Network Security Groups for the subscription. | |
ListAsync | Lists all of the Network Security Groups for the subscription. | |
RemoveFromSubnet | Removes a Network Security Group from a subnet. | |
RemoveFromSubnetAsync | Removes a Network Security Group from a subnet. | |
SetRule | Add new Network Security Rule to existing Network Security Group. | |
SetRuleAsync | Add new Network Security Rule to existing Network Security Group. |
Top
See Also
Reference
NetworkSecurityGroupOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace