NetworkSecurityGroupOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddToSubnet(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_staticAddToSubnetAsync(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_staticBeginAddingToSubnet(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_staticBeginAddingToSubnetAsync(INetworkSecurityGroupOperations, String, String, NetworkSecurityGroupAddToSubnetParameters)

Adds a Network Security Group to a subnet.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(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_staticBeginDeletingAsync(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_staticBeginDeletingRule(INetworkSecurityGroupOperations, String, String)

Deletes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingRuleAsync(INetworkSecurityGroupOperations, String, String)

Deletes a rule from the specified Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticBeginRemovingFromSubnet(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_staticBeginRemovingFromSubnetAsync(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_staticBeginSettingRule(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginSettingRuleAsync(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(INetworkSecurityGroupOperations, NetworkSecurityGroupCreateParameters)

Creates a new Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticDelete(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_staticDeleteAsync(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_staticDeleteRule(INetworkSecurityGroupOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteRuleAsync(INetworkSecurityGroupOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(INetworkSecurityGroupOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(INetworkSecurityGroupOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetForSubnet(INetworkSecurityGroupOperations, String, String)

Gets the Network Security Group applied to a specific subnet.

System_CAPS_pubmethodSystem_CAPS_staticGetForSubnetAsync(INetworkSecurityGroupOperations, String, String)

Gets the Network Security Group applied to a specific subnet.

System_CAPS_pubmethodSystem_CAPS_staticList(INetworkSecurityGroupOperations)

Lists all of the Network Security Groups for the subscription.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(INetworkSecurityGroupOperations)

Lists all of the Network Security Groups for the subscription.

System_CAPS_pubmethodSystem_CAPS_staticRemoveFromSubnet(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_staticRemoveFromSubnetAsync(INetworkSecurityGroupOperations, String, String, String)

Removes a Network Security Group from a subnet.

System_CAPS_pubmethodSystem_CAPS_staticSetRule(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.

System_CAPS_pubmethodSystem_CAPS_staticSetRuleAsync(INetworkSecurityGroupOperations, String, String, NetworkSecuritySetRuleParameters)

Add new Network Security Rule to existing Network Security Group.

Return to top
Show: