Show / Hide Table of Contents

Class PoolNetworkConfiguration

Inheritance
System.Object
PoolNetworkConfiguration
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 PoolNetworkConfiguration

Fields

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 readonly ImmutableArray<PoolNetworkConfigurationEndpointConfiguration> EndpointConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<PoolNetworkConfigurationEndpointConfiguration>
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 readonly ImmutableArray<string> PublicIps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.