Partager via


IPAllocationType Struct

Definition

The type of the IP address allocation, defaulted to "DualStack".

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.IPAllocationTypeTypeConverter))]
public struct IPAllocationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.IPAllocationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.IPAllocationTypeTypeConverter))>]
type IPAllocationType = struct
    interface IArgumentCompleter
Public Structure IPAllocationType
Implements IArgumentCompleter, IEquatable(Of IPAllocationType)
Inheritance
IPAllocationType
Attributes
Implements

Fields

DualStack
Ipv4
Ipv6

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(IPAllocationType)

Compares values of enum type IPAllocationType

Equals(Object)

Compares values of enum type IPAllocationType (override for Object)

GetHashCode()

Returns hashCode for enum IPAllocationType

ToString()

Returns string representation for IPAllocationType

Operators

Equality(IPAllocationType, IPAllocationType)

Overriding == operator for enum IPAllocationType

Implicit(IPAllocationType to String)

Implicit operator to convert IPAllocationType to string

Implicit(String to IPAllocationType)

Implicit operator to convert string to IPAllocationType

Inequality(IPAllocationType, IPAllocationType)

Overriding != operator for enum IPAllocationType

Applies to