Show / Hide Table of Contents

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 Source

EndpointConfiguration

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.