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 SourceEndPort
The end of the Ephemeral Port Range on this Node Type.
Declaration
public readonly int EndPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StartPort
The start of the Ephemeral Port Range on this Node Type.
Declaration
public readonly int StartPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |