Share via


IPAllocationMethod Struct

Definition

IP address allocation method.

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

Fields

Dynamic
Static

Methods

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

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

Equals(IPAllocationMethod)

Compares values of enum type IPAllocationMethod

Equals(Object)

Compares values of enum type IPAllocationMethod (override for Object)

GetHashCode()

Returns hashCode for enum IPAllocationMethod

ToString()

Returns string representation for IPAllocationMethod

Operators

Equality(IPAllocationMethod, IPAllocationMethod)

Overriding == operator for enum IPAllocationMethod

Implicit(IPAllocationMethod to String)

Implicit operator to convert IPAllocationMethod to string

Implicit(String to IPAllocationMethod)

Implicit operator to convert string to IPAllocationMethod

Inequality(IPAllocationMethod, IPAllocationMethod)

Overriding != operator for enum IPAllocationMethod

Applies to