ISecurityRulesOperations Interface

Definition

SecurityRulesOperations operations.

public interface ISecurityRulesOperations
type ISecurityRulesOperations = interface
Public Interface ISecurityRulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, SecurityRuleInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a security rule in the specified network security group.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified network security rule.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SecurityRuleInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a security rule in the specified network security group.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified network security rule.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the specified network security rule.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all security rules in a network security group.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all security rules in a network security group.

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