Freigeben über


IotHubIPVersion Struct

Definition

This property specifies the IP Version the hub is currently utilizing.

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

Constructors

Name Description
IotHubIPVersion(String)

Initializes a new instance of IotHubIPVersion.

Properties

Name Description
IPv4

ipv4.

IPv4IPv6

ipv4ipv6.

IPv6

ipv6.

Methods

Name Description
Equals(IotHubIPVersion)

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

Determines if two IotHubIPVersion values are the same.

Implicit(String to IotHubIPVersion)

Converts a String to a IotHubIPVersion.

Inequality(IotHubIPVersion, IotHubIPVersion)

Determines if two IotHubIPVersion values are not the same.

Applies to