Share via


IpAddressProvisioningType Struct

Definition

IPAddressProvisioningType enums.

public readonly struct IpAddressProvisioningType : IEquatable<Azure.Compute.Batch.IpAddressProvisioningType>
type IpAddressProvisioningType = struct
Public Structure IpAddressProvisioningType
Implements IEquatable(Of IpAddressProvisioningType)
Inheritance
IpAddressProvisioningType
Implements

Constructors

IpAddressProvisioningType(String)

Initializes a new instance of IpAddressProvisioningType.

Properties

BatchManaged

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

NoPublicIpAddresses

No public IP Address will be created.

UserManaged

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

Methods

Equals(IpAddressProvisioningType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IpAddressProvisioningType, IpAddressProvisioningType)

Determines if two IpAddressProvisioningType values are the same.

Implicit(String to IpAddressProvisioningType)

Converts a string to a IpAddressProvisioningType.

Inequality(IpAddressProvisioningType, IpAddressProvisioningType)

Determines if two IpAddressProvisioningType values are not the same.

Applies to