IWithApplicationRuleProtocol<ParentT> 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.
The stage of the Azure firewall definition allowing to specify source addresses in firewall rule.
public interface IWithApplicationRuleProtocol<ParentT>
type IWithApplicationRuleProtocol<'ParentT> = interface
Public Interface IWithApplicationRuleProtocol(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
Methods
WithHttpProtocol(Nullable<Int32>) |
Sets the Http protocol of firewall rule in Azure firewall. |
WithHttpsProtocol(Nullable<Int32>) |
Sets the Https protocol of firewall rule in Azure firewall. |
WithMssqlProtocol(Nullable<Int32>) |
Sets the Mssql protocol of firewall rule in Azure firewall. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET