ISecurityRulesOperations Interface
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.
SecurityRulesOperations operations.
public interface ISecurityRulesOperations
type ISecurityRulesOperations = interface
Public Interface ISecurityRulesOperations
Methods
Extension Methods
BeginCreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRuleInner, CancellationToken) |
Creates or updates a security rule in the specified network security group. |
BeginDeleteAsync(ISecurityRulesOperations, String, String, String, CancellationToken) |
Deletes the specified network security rule. |
CreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRuleInner, CancellationToken) |
Creates or updates a security rule in the specified network security group. |
DeleteAsync(ISecurityRulesOperations, String, String, String, CancellationToken) |
Deletes the specified network security rule. |
GetAsync(ISecurityRulesOperations, String, String, String, CancellationToken) |
Get the specified network security rule. |
ListAsync(ISecurityRulesOperations, String, String, CancellationToken) |
Gets all security rules in a network security group. |
ListNextAsync(ISecurityRulesOperations, String, CancellationToken) |
Gets all security rules in a network security group. |
Applies to
Azure SDK for .NET