PreferredIPVersion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IP version to be used. Only IPv4 is supported for now.
public readonly struct PreferredIPVersion : IEquatable<Azure.ResourceManager.ApiManagement.Models.PreferredIPVersion>
type PreferredIPVersion = struct
Public Structure PreferredIPVersion
Implements IEquatable(Of PreferredIPVersion)
- Inheritance
-
PreferredIPVersion
- Implements
Constructors
PreferredIPVersion(String) |
Initializes a new instance of PreferredIPVersion. |
Properties
IPv4 |
IPv4. |
Methods
Equals(PreferredIPVersion) |
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(PreferredIPVersion, PreferredIPVersion) |
Determines if two PreferredIPVersion values are the same. |
Implicit(String to PreferredIPVersion) |
Converts a string to a PreferredIPVersion. |
Inequality(PreferredIPVersion, PreferredIPVersion) |
Determines if two PreferredIPVersion values are not the same. |
Applies to
Azure SDK for .NET