ArmNetworkModelFactory.AzureFirewallApplicationRuleCollectionData Method
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.
public static Azure.ResourceManager.Network.Models.AzureFirewallApplicationRuleCollectionData AzureFirewallApplicationRuleCollectionData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, int? priority = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.AzureFirewallApplicationRule> rules = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.ResourceManager.Network.Models.AzureFirewallRCActionType? actionType = default, Azure.ETag? eTag = default);
static member AzureFirewallApplicationRuleCollectionData : Azure.Core.ResourceIdentifier * string * string * Nullable<int> * seq<Azure.ResourceManager.Network.Models.AzureFirewallApplicationRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ResourceManager.Network.Models.AzureFirewallRCActionType> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.AzureFirewallApplicationRuleCollectionData
Public Shared Function AzureFirewallApplicationRuleCollectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional rules As IEnumerable(Of AzureFirewallApplicationRule) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional actionType As Nullable(Of AzureFirewallRCActionType) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As AzureFirewallApplicationRuleCollectionData
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
Collection of rules used by a application rule collection.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the application rule collection resource.
- actionType
- Nullable<AzureFirewallRCActionType>
The type of action.
Returns
A new AzureFirewallApplicationRuleCollectionData instance for mocking.