PublicIPAddressConfiguration Class
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 public IP Address configuration of the networking configuration of a Pool.
public class PublicIPAddressConfiguration
type PublicIPAddressConfiguration = class
Public Class PublicIPAddressConfiguration
- Inheritance
-
PublicIPAddressConfiguration
Constructors
PublicIPAddressConfiguration() |
Initializes a new instance of the PublicIPAddressConfiguration class. |
PublicIPAddressConfiguration(Nullable<IPAddressProvisioningType>, IList<String>) |
Initializes a new instance of the PublicIPAddressConfiguration class. |
Properties
IpAddressIds |
Gets or sets the list of public IPs which the Batch service will use when provisioning Compute Nodes. |
Provision |
Gets or sets the provisioning type for Public IP Addresses for the Pool. |
Applies to
Azure SDK for .NET