Class GetPoolNetworkConfigurationArgs
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 GetPoolNetworkConfigurationArgs : InvokeArgs
Constructors
View SourceGetPoolNetworkConfigurationArgs()
Declaration
public GetPoolNetworkConfigurationArgs()
Properties
View SourceEndpointConfiguration
The inbound NAT pools that are used to address specific ports on the individual compute node externally.
Declaration
public GetPoolNetworkConfigurationEndpointConfigurationArgs EndpointConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPoolNetworkConfigurationEndpointConfigurationArgs |
SubnetId
The ARM resource identifier of the virtual network subnet which the compute nodes of the pool are joined too.
Declaration
public string SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |