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 SourceBackendPort
The port number on the compute node.
Declaration
public readonly int BackendPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
Name
The name of the endpoint.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Protocol
The protocol of the endpoint.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |