IWithNetworkRuleCollectionSettings 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 network rule collection settings.
public interface IWithNetworkRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>
type IWithNetworkRuleCollectionSettings = interface
interface IWithPriority<IWithNetworkRuleCollectionSettings>
interface IWithRuleCollectionActionType<IWithNetworkRuleCollectionSettings>
interface IInDefinition<IWithCreate>
Public Interface IWithNetworkRuleCollectionSettings
Implements IInDefinition(Of IWithCreate), IWithPriority(Of IWithNetworkRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithNetworkRuleCollectionSettings)
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
DefineAzureFirewallNetworkRule(String) |
Sets the Azure firewall network rule. |
WithAllowActionType() |
Sets the action type of firewall rule collection as 'Allow' in Azure firewall. (Inherited from IWithRuleCollectionActionType<ParentT>) |
WithDenyActionType() |
Sets the action type of firewall rule collection as 'Deny' in Azure firewall. (Inherited from IWithRuleCollectionActionType<ParentT>) |
WithPriority(Int32) |
Sets the priority of firewall rule collection in Azure firewall. (Inherited from IWithPriority<ParentT>) |
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