Show / Hide Table of Contents

Class LinuxVirtualMachineInboundNatRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LinuxVirtualMachineInboundNatRuleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevTest.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineInboundNatRuleArgs : ResourceArgs

Constructors

View Source

LinuxVirtualMachineInboundNatRuleArgs()

Declaration
public LinuxVirtualMachineInboundNatRuleArgs()

Properties

View Source

BackendPort

The Backend Port associated with this NAT Rule. Changing this forces a new resource to be created.

Declaration
public Input<int> BackendPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

FrontendPort

The frontend port associated with this Inbound NAT Rule.

Declaration
public Input<int> FrontendPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Protocol

The Protocol used for this NAT Rule. Possible values are Tcp and Udp. Changing this forces a new resource to be created.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.