VirtualNetworkType Struct

Definition

Indicates a pool uses a Virtual Network managed by Microsoft (Managed), or a customer provided Network (Unmanaged).

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

Fields

Managed
Unmanaged

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 VirtualNetworkType (override for Object)

Equals(VirtualNetworkType)

Compares values of enum type VirtualNetworkType

GetHashCode()

Returns hashCode for enum VirtualNetworkType

ToString()

Returns string representation for VirtualNetworkType

Operators

Equality(VirtualNetworkType, VirtualNetworkType)

Overriding == operator for enum VirtualNetworkType

Implicit(String to VirtualNetworkType)

Implicit operator to convert string to VirtualNetworkType

Implicit(VirtualNetworkType to String)

Implicit operator to convert VirtualNetworkType to string

Inequality(VirtualNetworkType, VirtualNetworkType)

Overriding != operator for enum VirtualNetworkType

Applies to