IDefaultSecurityRulesOperations 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.
DefaultSecurityRulesOperations operations.
public interface IDefaultSecurityRulesOperations
type IDefaultSecurityRulesOperations = interface
Public Interface IDefaultSecurityRulesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the specified default network security rule. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all default security rules in a network security group. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets all default security rules in a network security group. |
Extension Methods
Get(IDefaultSecurityRulesOperations, String, String, String) |
Get the specified default network security rule. |
GetAsync(IDefaultSecurityRulesOperations, String, String, String, CancellationToken) |
Get the specified default network security rule. |
List(IDefaultSecurityRulesOperations, String, String) |
Gets all default security rules in a network security group. |
ListAsync(IDefaultSecurityRulesOperations, String, String, CancellationToken) |
Gets all default security rules in a network security group. |
ListNext(IDefaultSecurityRulesOperations, String) |
Gets all default security rules in a network security group. |
ListNextAsync(IDefaultSecurityRulesOperations, String, CancellationToken) |
Gets all default security rules in a network security group. |
Applies to
Azure SDK for .NET