Show / Hide Table of Contents

Class LinuxVirtualMachineInboundNatRule

Inheritance
System.Object
LinuxVirtualMachineInboundNatRule
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineInboundNatRule

Fields

View Source

BackendPort

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

Declaration
public readonly int BackendPort
Field Value
Type Description
System.Int32
View Source

FrontendPort

The frontend port associated with this Inbound NAT Rule.

Declaration
public readonly int? FrontendPort
Field Value
Type Description
System.Nullable<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 readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.