Share via


NetworkSecurityGroupOperationsExtensions Class

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions

Syntax

public static class NetworkSecurityGroupOperationsExtensions
[ExtensionAttribute]
public ref class NetworkSecurityGroupOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type NetworkSecurityGroupOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class NetworkSecurityGroupOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddToSubnet(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_static AddToSubnetAsync(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_static BeginAddingToSubnet(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_static BeginAddingToSubnetAsync(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_static BeginCreating(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(INetworkSecurityGroupOperations, String)

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.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(INetworkSecurityGroupOperations, String)

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.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRule(INetworkSecurityGroupOperations, String, String)

Deletes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRuleAsync(INetworkSecurityGroupOperations, String, String)

Deletes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static BeginRemovingFromSubnet(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_static BeginRemovingFromSubnetAsync(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_static BeginSettingRule(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Sets a new Network Security Rule to existing Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static BeginSettingRuleAsync(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Sets a new Network Security Rule to existing Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static Create(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static Delete(INetworkSecurityGroupOperations, String)

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.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(INetworkSecurityGroupOperations, String)

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.

System_CAPS_pubmethodSystem_CAPS_static DeleteRule(INetworkSecurityGroupOperations, String, String)

The Delete Network Security Rule operation removes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static DeleteRuleAsync(INetworkSecurityGroupOperations, String, String)

The Delete Network Security Rule operation removes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static Get(INetworkSecurityGroupOperations, String, String)

Gets the details for the specified Network Security Group in the subscription.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(INetworkSecurityGroupOperations, String, String)

Gets the details for the specified Network Security Group in the subscription.

System_CAPS_pubmethodSystem_CAPS_static GetForSubnet(INetworkSecurityGroupOperations, String, String)

Gets the Network Security Group applied to a specific subnet.

System_CAPS_pubmethodSystem_CAPS_static GetForSubnetAsync(INetworkSecurityGroupOperations, String, String)

Gets the Network Security Group applied to a specific subnet.

System_CAPS_pubmethodSystem_CAPS_static List(INetworkSecurityGroupOperations)

Lists all of the Network Security Groups for the subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(INetworkSecurityGroupOperations)

Lists all of the Network Security Groups for the subscription.

System_CAPS_pubmethodSystem_CAPS_static RemoveFromSubnet(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_static RemoveFromSubnetAsync(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_static SetRule(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.

System_CAPS_pubmethodSystem_CAPS_static SetRuleAsync(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top