Megosztás a következőn keresztül:


IPFamily Struct

Definition

The IP version to use for cluster networking and IP assignment.

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

Constructors

IPFamily(String)

Initializes a new instance of IPFamily.

Properties

IPv4

IPv4.

IPv6

IPv6.

Methods

Equals(IPFamily)

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(IPFamily, IPFamily)

Determines if two IPFamily values are the same.

Implicit(String to IPFamily)

Converts a string to a IPFamily.

Inequality(IPFamily, IPFamily)

Determines if two IPFamily values are not the same.

Applies to