InboundSecurityRule Class
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.
NVA Inbound Security Rule resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class InboundSecurityRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type InboundSecurityRule = class
inherit SubResource
Public Class InboundSecurityRule
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of security rule collection. |
ProvisioningState |
Gets the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Rules |
Gets or sets list of allowed rules. |
Type |
Gets NVA inbound security rule type. |
Applies to
Azure SDK for .NET