SecurityRulesClient Interface
public interface SecurityRulesClient
An instance of this class provides access to all the operations defined in SecurityRulesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified network security rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified network security rule.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified network security rule.
Parameters:
Returns:
createOrUpdate
public abstract SecurityRuleInner createOrUpdate(String resourceGroupName, String networkSecurityGroupName, String securityRuleName, SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
createOrUpdate
public abstract SecurityRuleInner createOrUpdate(String resourceGroupName, String networkSecurityGroupName, String securityRuleName, SecurityRuleInner securityRuleParameters, Context context)
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a security rule in the specified network security group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkSecurityGroupName, String securityRuleName)
Deletes the specified network security rule.
Parameters:
delete
public abstract void delete(String resourceGroupName, String networkSecurityGroupName, String securityRuleName, Context context)
Deletes the specified network security rule.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified network security rule.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified network security rule.
Parameters:
Returns:
get
public abstract SecurityRuleInner get(String resourceGroupName, String networkSecurityGroupName, String securityRuleName)
Get the specified network security rule.
Parameters:
Returns:
getAsync
public abstract Mono
Get the specified network security rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the specified network security rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the specified network security rule.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all security rules in a network security group.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all security rules in a network security group.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all security rules in a network security group.
Parameters:
Returns:
Applies to
Azure SDK for Java