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.
Compatibility type for inbound security rules.
public class InboundSecurityRule : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.InboundSecurityRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.InboundSecurityRule>
type InboundSecurityRule = class
inherit NetworkResourceData
interface IJsonModel<InboundSecurityRule>
interface IPersistableModel<InboundSecurityRule>
Public Class InboundSecurityRule
Inherits NetworkResourceData
Implements IJsonModel(Of InboundSecurityRule), IPersistableModel(Of InboundSecurityRule)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| InboundSecurityRule() |
Initializes a new instance of InboundSecurityRule. |
Properties
| Name | Description |
|---|---|
| ETag |
Entity tag. |
| Id |
Resource ID. (Inherited from NetworkSubResource) |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| ProvisioningState |
Provisioning state. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Rules |
Inbound security rules. |
| RuleType |
The rule type. |
| Type |
Resource type. (Inherited from NetworkResourceData) |
Methods
| Name | Description |
|---|---|
| JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model as JSON. |
| PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
| PersistableModelWriteCore(ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
Operators
| Name | Description |
|---|---|
| Implicit(InboundSecurityRule to InboundSecurityRuleData) |
Converts the compatibility model to the generated resource data model. |