Show / Hide Table of Contents

Class ClusterNodeTypeApplicationPorts

Inheritance
System.Object
ClusterNodeTypeApplicationPorts
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 ClusterNodeTypeApplicationPorts

Fields

View Source

EndPort

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

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

StartPort

The start of the Application 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.