Sdílet prostřednictvím


BatchIPAddressProvisioningType Enum

Definition

The provisioning type for Public IP Addresses for the Batch Pool.

public enum BatchIPAddressProvisioningType
type BatchIPAddressProvisioningType = 
Public Enum BatchIPAddressProvisioningType
Inheritance
BatchIPAddressProvisioningType

Fields

BatchManaged 0

A public IP will be created and managed by Batch. There may be multiple public IPs depending on the size of the Pool.

NoPublicIPAddresses 2

No public IP Address will be created for the Compute Nodes in the Pool.

UserManaged 1

Public IPs are provided by the user and will be used to provision the Compute Nodes.

Applies to