Show / Hide Table of Contents

Class GetPoolNetworkConfigurationArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolNetworkConfigurationArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetPoolNetworkConfigurationArgs()

Declaration
public GetPoolNetworkConfigurationArgs()

Properties

View Source

EndpointConfiguration

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

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