InboundSecurityRuleData 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.
Compatibility declaration for the InboundSecurityRuleData type.
public class InboundSecurityRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.InboundSecurityRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.InboundSecurityRuleData>
type InboundSecurityRuleData = class
inherit NetworkResourceData
interface IJsonModel<InboundSecurityRuleData>
interface IPersistableModel<InboundSecurityRuleData>
Public Class InboundSecurityRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of InboundSecurityRuleData), IPersistableModel(Of InboundSecurityRuleData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| InboundSecurityRuleData() |
Initializes a new instance of InboundSecurityRuleData. |
Properties
| Name | Description |
|---|---|
| ETag |
Gets or sets the ETag compatibility property. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| ProvisioningState |
The provisioning state of the resource. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Rules |
List of allowed rules. |
| RuleType |
Rule Type. This should be either AutoExpire or Permanent. Auto Expire Rule only creates NSG rules. Permanent Rule creates NSG rule and SLB LB Rule. |
| Type |
Resource type. (Inherited from NetworkResourceData) |