Class PoolNetworkConfigurationGetArgs
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 PoolNetworkConfigurationGetArgs : ResourceArgs
Constructors
View SourcePoolNetworkConfigurationGetArgs()
Declaration
public PoolNetworkConfigurationGetArgs()
Properties
View SourceEndpointConfigurations
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<PoolNetworkConfigurationEndpointConfigurationGetArgs> EndpointConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PoolNetworkConfigurationEndpointConfigurationGetArgs> |
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> |
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> |