HciVmInboundNatRuleProperties 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.
Inbound nat rule properties.
public class HciVmInboundNatRuleProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmInboundNatRuleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmInboundNatRuleProperties>
type HciVmInboundNatRuleProperties = class
interface IJsonModel<HciVmInboundNatRuleProperties>
interface IPersistableModel<HciVmInboundNatRuleProperties>
Public Class HciVmInboundNatRuleProperties
Implements IJsonModel(Of HciVmInboundNatRuleProperties), IPersistableModel(Of HciVmInboundNatRuleProperties)
- Inheritance
-
HciVmInboundNatRuleProperties
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmInboundNatRuleProperties(HciVmInboundNatRuleProtocol, Int32, Int32) |
Initializes a new instance of HciVmInboundNatRuleProperties. |
Properties
| Name | Description |
|---|---|
| BackendIPResourceId |
The Azure Resource ID of an IPConfiguration resource. |
| BackendPort |
backend Port for the inbound rule. |
| FrontendPort |
Frontend Port for the inbound rule. |
| Protocol |
Protocol for the NAT rule. |
| PublicIPAddressResourceId |
The Azure Resource ID of a Public IP resource. |