InboundSecurityRule Constructors
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.
Overloads
InboundSecurityRule() |
Initializes a new instance of the InboundSecurityRule class. |
InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String) |
Initializes a new instance of the InboundSecurityRule class. |
InboundSecurityRule()
Initializes a new instance of the InboundSecurityRule class.
public InboundSecurityRule ();
Public Sub New ()
Applies to
InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)
Initializes a new instance of the InboundSecurityRule class.
public InboundSecurityRule (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> rules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.InboundSecurityRule : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
Public Sub New (Optional id As String = Nothing, Optional rules As IList(Of InboundSecurityRules) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- rules
- IList<InboundSecurityRules>
List of allowed rules.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of security rule collection.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
NVA inbound security rule type.
Applies to
Azure SDK for .NET