Class GetPoolNetworkConfigurationResult
Inheritance
System.Object
GetPoolNetworkConfigurationResult
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 GetPoolNetworkConfigurationResult
Fields
View SourceEndpointConfiguration
The inbound NAT pools that are used to address specific ports on the individual compute node externally.
Declaration
public readonly GetPoolNetworkConfigurationEndpointConfigurationResult EndpointConfiguration
Field Value
| Type | Description |
|---|---|
| GetPoolNetworkConfigurationEndpointConfigurationResult |
SubnetId
The ARM resource identifier of the virtual network subnet which the compute nodes of the pool are joined too.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |