Share via


NodeTypeFrontendConfigurationIPAddressType Struct

Definition

The IP address type.

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

Constructors

NodeTypeFrontendConfigurationIPAddressType(String)

Initializes a new instance of NodeTypeFrontendConfigurationIPAddressType.

Properties

IPv4

IPv4 address type.

IPv6

IPv6 address type.

Methods

Equals(NodeTypeFrontendConfigurationIPAddressType)

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

Determines if two NodeTypeFrontendConfigurationIPAddressType values are the same.

Implicit(String to NodeTypeFrontendConfigurationIPAddressType)

Converts a string to a NodeTypeFrontendConfigurationIPAddressType.

Inequality(NodeTypeFrontendConfigurationIPAddressType, NodeTypeFrontendConfigurationIPAddressType)

Determines if two NodeTypeFrontendConfigurationIPAddressType values are not the same.

Applies to