Versions Struct

Definition

The available API versions for the Microsoft.NetworkAnalytics RP.

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

Fields

Name Description
TwoThousandTwentyThree1115

The 2023-11-15 stable version.

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type Versions (override for Object)

Equals(Versions)

Compares values of enum type Versions

GetHashCode()

Returns hashCode for enum Versions

ToString()

Returns string representation for Versions

Operators

Name Description
Equality(Versions, Versions)

Overriding == operator for enum Versions

Implicit(String to Versions)

Implicit operator to convert string to Versions

Implicit(Versions to String)

Implicit operator to convert Versions to string

Inequality(Versions, Versions)

Overriding != operator for enum Versions

Applies to