PublicIPType 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.
Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PublicIPTypeTypeConverter))]
public struct PublicIPType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PublicIPType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PublicIPTypeTypeConverter))>]
type PublicIPType = struct
interface IArgumentCompleter
Public Structure PublicIPType
Implements IArgumentCompleter, IEquatable(Of PublicIPType)
- Inheritance
-
PublicIPType
- Attributes
- Implements
Fields
DualStack | |
IPv4 |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PublicIPType (override for Object) |
Equals(PublicIPType) |
Compares values of enum type PublicIPType |
GetHashCode() |
Returns hashCode for enum PublicIPType |
ToString() |
Returns string representation for PublicIPType |
Operators
Equality(PublicIPType, PublicIPType) |
Overriding == operator for enum PublicIPType |
Implicit(PublicIPType to String) |
Implicit operator to convert PublicIPType to string |
Implicit(String to PublicIPType) |
Implicit operator to convert string to PublicIPType |
Inequality(PublicIPType, PublicIPType) |
Overriding != operator for enum PublicIPType |