Show / Hide Table of Contents

Class PoolNetworkConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolNetworkConfigurationArgs
Inherited Members
ResourceArgs.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 PoolNetworkConfigurationArgs : ResourceArgs

Constructors

View Source

PoolNetworkConfigurationArgs()

Declaration
public PoolNetworkConfigurationArgs()

Properties

View Source

EndpointConfigurations

A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally. Set as documented in the inbound_nat_pools block below. Changing this forces a new resource to be created.

Declaration
public InputList<PoolNetworkConfigurationEndpointConfigurationArgs> EndpointConfigurations { get; set; }
Property Value
Type Description
InputList<PoolNetworkConfigurationEndpointConfigurationArgs>
View Source

PublicIps

A list of public ip ids that will be allocated to nodes. Changing this forces a new resource to be created.

Declaration
public InputList<string> PublicIps { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

SubnetId

The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join. Changing this forces a new resource to be created.

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