Condividi tramite


InboundSecurityRule Constructors

Definition

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