Condividi tramite


BatchIPFamily Struct

Definition

The IP families used to specify IP versions available to the pool.

public readonly struct BatchIPFamily : IEquatable<Azure.ResourceManager.Batch.Models.BatchIPFamily>
type BatchIPFamily = struct
Public Structure BatchIPFamily
Implements IEquatable(Of BatchIPFamily)
Inheritance
BatchIPFamily
Implements

Constructors

Name Description
BatchIPFamily(String)

Initializes a new instance of BatchIPFamily.

Properties

Name Description
IPv4

IPv4 is available to the pool.

IPv6

IPv6 is available to the pool.

Methods

Name Description
Equals(BatchIPFamily)

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

Name Description
Equality(BatchIPFamily, BatchIPFamily)

Determines if two BatchIPFamily values are the same.

Implicit(String to BatchIPFamily)

Converts a String to a BatchIPFamily.

Inequality(BatchIPFamily, BatchIPFamily)

Determines if two BatchIPFamily values are not the same.

Applies to