BatchIPAddressProvisioningType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The provisioning type for Public IP Addresses for the Batch Pool.
public enum BatchIPAddressProvisioningType
type BatchIPAddressProvisioningType =
Public Enum BatchIPAddressProvisioningType
- Inheritance
-
BatchIPAddressProvisioningType
Fields
Name | Value | Description |
---|---|---|
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. |
UserManaged | 1 | Public IPs are provided by the user and will be used to provision the Compute Nodes. |
NoPublicIPAddresses | 2 | No public IP Address will be created for the Compute Nodes in the Pool. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET