IInboundSecurityRuleOperations 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.
InboundSecurityRuleOperations operations.
public interface IInboundSecurityRuleOperations
type IInboundSecurityRuleOperations = interface
Public Interface IInboundSecurityRuleOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundSecurityRule, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundSecurityRule, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
Extension Methods
BeginCreateOrUpdate(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
BeginCreateOrUpdateAsync(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule, CancellationToken) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
CreateOrUpdate(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
CreateOrUpdateAsync(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule, CancellationToken) |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |