Show / Hide Table of Contents

Class GetPoolNetworkConfigurationEndpointConfigurationResult

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

Fields

View Source

BackendPort

The port number on the compute node.

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

FrontendPortRange

The range of external ports that are used to provide inbound access to the backendPort on the individual compute nodes in the format of 1000-1100.

Declaration
public readonly string FrontendPortRange
Field Value
Type Description
System.String
View Source

Name

The name of the endpoint.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NetworkSecurityGroupRules

The list of network security group rules that are applied to the endpoint.

Declaration
public readonly ImmutableArray<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleResult> NetworkSecurityGroupRules
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleResult>
View Source

Protocol

The protocol of the endpoint.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.