Show / Hide Table of Contents

Class GetPoolNetworkConfigurationEndpointConfigurationArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolNetworkConfigurationEndpointConfigurationArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetPoolNetworkConfigurationEndpointConfigurationArgs()

Declaration
public GetPoolNetworkConfigurationEndpointConfigurationArgs()

Properties

View Source

BackendPort

The port number on the compute node.

Declaration
public int BackendPort { get; set; }
Property 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 string FrontendPortRange { get; set; }
Property Value
Type Description
System.String
View Source

Name

The name of the endpoint.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

Protocol

The protocol of the endpoint.

Declaration
public string Protocol { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.