DefaultSecurityRulesClient Interface
public interface DefaultSecurityRulesClient
An instance of this class provides access to all the operations defined in DefaultSecurityRulesClient.
Method Summary
Method Details
get
public abstract SecurityRuleInner get(String resourceGroupName, String networkSecurityGroupName, String defaultSecurityRuleName)
Get the specified default network security rule.
Parameters:
Returns:
getAsync
public abstract Mono
Get the specified default network security rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the specified default network security rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the specified default network security rule.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all default security rules in a network security group.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all default security rules in a network security group.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all default security rules in a network security group.
Parameters:
Returns:
Applies to
Azure SDK for Java