Class GetPoolNetworkConfigurationEndpointConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolNetworkConfigurationEndpointConfigurationArgs : InvokeArgs
Constructors
View SourceGetPoolNetworkConfigurationEndpointConfigurationArgs()
Declaration
public GetPoolNetworkConfigurationEndpointConfigurationArgs()
Properties
View SourceBackendPort
The port number on the compute node.
Declaration
public int BackendPort { get; set; }
Property 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 string FrontendPortRange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the endpoint.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkSecurityGroupRules
The list of network security group rules that are applied to the endpoint.
Declaration
public List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs> NetworkSecurityGroupRules { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs> |
Protocol
The protocol of the endpoint.
Declaration
public string Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |