INetworkSecurityGroupOperations Interface

 

The Network Management API includes operations for managing the Network Security Groups for your subscription.

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

Public Interface INetworkSecurityGroupOperations

NameDescription
System_CAPS_pubmethodAddToSubnetAsync(String, String, NetworkSecurityGroupAddToSubnetParameters, CancellationToken)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodBeginAddingToSubnetAsync(String, String, NetworkSecurityGroupAddToSubnetParameters, CancellationToken)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodBeginCreatingAsync(NetworkSecurityGroupCreateParameters, CancellationToken)

Creates a new Network Security Group.

System_CAPS_pubmethodBeginDeletingAsync(String, CancellationToken)

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_pubmethodBeginDeletingRuleAsync(String, String, CancellationToken)

Deletes a rule from the specified Network Security Group.

System_CAPS_pubmethodBeginRemovingFromSubnetAsync(String, String, String, CancellationToken)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodBeginSettingRuleAsync(String, String, NetworkSecuritySetRuleParameters, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(NetworkSecurityGroupCreateParameters, CancellationToken)

Creates a new Network Security Group.

System_CAPS_pubmethodDeleteAsync(String, CancellationToken)

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_pubmethodDeleteRuleAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodGetForSubnetAsync(String, String, CancellationToken)

Gets the Network Security Group applied to a specific subnet.

System_CAPS_pubmethodListAsync(CancellationToken)

Lists all of the Network Security Groups for the subscription.

System_CAPS_pubmethodRemoveFromSubnetAsync(String, String, String, CancellationToken)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSetRuleAsync(String, String, NetworkSecuritySetRuleParameters, CancellationToken)

Add new Network Security Rule to existing Network Security Group.

NameDescription
System_CAPS_pubmethodAddToSubnet(String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodAddToSubnetAsync(String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginAddingToSubnet(String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginAddingToSubnetAsync(String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginCreating(NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginCreatingAsync(NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginDeleting(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.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginDeletingAsync(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.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginDeletingRule(String, String)

Deletes a rule from the specified Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginDeletingRuleAsync(String, String)

Deletes a rule from the specified Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginRemovingFromSubnet(String, String, String)

Removes a Network Security Group from a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginRemovingFromSubnetAsync(String, String, String)

Removes a Network Security Group from a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginSettingRule(String, String, NetworkSecuritySetRuleParameters)

Sets a new Network Security Rule to existing Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodBeginSettingRuleAsync(String, String, NetworkSecuritySetRuleParameters)

Sets a new Network Security Rule to existing Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodCreate(NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodDelete(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.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(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.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodDeleteRule(String, String)

The Delete Network Security Rule operation removes a rule from the specified Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodDeleteRuleAsync(String, String)

The Delete Network Security Rule operation removes a rule from the specified Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodGet(String, String)

Gets the details for the specified Network Security Group in the subscription.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String, String)

Gets the details for the specified Network Security Group in the subscription.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodGetForSubnet(String, String)

Gets the Network Security Group applied to a specific subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodGetForSubnetAsync(String, String)

Gets the Network Security Group applied to a specific subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodList()

Lists all of the Network Security Groups for the subscription.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodListAsync()

Lists all of the Network Security Groups for the subscription.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodRemoveFromSubnet(String, String, String)

Removes a Network Security Group from a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodRemoveFromSubnetAsync(String, String, String)

Removes a Network Security Group from a subnet.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodSetRule(String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

System_CAPS_pubmethodSetRuleAsync(String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.(Defined by NetworkSecurityGroupOperationsExtensions.)

Return to top
Show: