ArmNetworkModelFactory.NetworkDefaultAdminRule 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.NetworkDefaultAdminRule NetworkDefaultAdminRule(string name = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, string flag = default, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? protocol = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.AddressPrefixItem> sources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.AddressPrefixItem> destinations = default, System.Collections.Generic.IEnumerable<string> sourcePortRanges = default, System.Collections.Generic.IEnumerable<string> destinationPortRanges = default, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? access = default, int? priority = default, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? direction = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Guid? resourceGuid = default);
static member NetworkDefaultAdminRule : string * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol> * seq<Azure.ResourceManager.Network.Models.AddressPrefixItem> * seq<Azure.ResourceManager.Network.Models.AddressPrefixItem> * seq<string> * seq<string> * Nullable<Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess> * Nullable<int> * Nullable<Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Guid> -> Azure.ResourceManager.Network.Models.NetworkDefaultAdminRule
Public Shared Function NetworkDefaultAdminRule (Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional flag As String = Nothing, Optional protocol As Nullable(Of SecurityConfigurationRuleProtocol) = Nothing, Optional sources As IEnumerable(Of AddressPrefixItem) = Nothing, Optional destinations As IEnumerable(Of AddressPrefixItem) = Nothing, Optional sourcePortRanges As IEnumerable(Of String) = Nothing, Optional destinationPortRanges As IEnumerable(Of String) = Nothing, Optional access As Nullable(Of SecurityConfigurationRuleAccess) = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional direction As Nullable(Of SecurityConfigurationRuleDirection) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing) As NetworkDefaultAdminRule
Parameters
- name
- String
The name of the rule.
- systemData
- SystemData
The system metadata related to this resource.
- description
- String
A description for this rule. Restricted to 140 chars.
- flag
- String
Default rule flag.
- protocol
- Nullable<SecurityConfigurationRuleProtocol>
Network protocol this rule applies to.
- sources
- IEnumerable<AddressPrefixItem>
The CIDR or source IP ranges.
- destinations
- IEnumerable<AddressPrefixItem>
The destination address prefixes. CIDR or destination IP ranges.
- sourcePortRanges
- IEnumerable<String>
The source port ranges.
- destinationPortRanges
- IEnumerable<String>
The destination port ranges.
Indicates the access allowed for this particular rule.
The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- direction
- Nullable<SecurityConfigurationRuleDirection>
Indicates if the traffic matched against the rule in inbound or outbound.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the resource.
Returns
A new NetworkDefaultAdminRule instance for mocking.