Show / Hide Table of Contents

Class ClusterNodeTypeEphemeralPorts

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

Fields

View Source

EndPort

The end of the Ephemeral Port Range on this Node Type.

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

StartPort

The start of the Ephemeral Port Range on this Node Type.

Declaration
public readonly int StartPort
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.