EnvironmentOperationKind Struct

Definition

The type of environment operation.

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

Fields

Delete

The operation represents a delete.

Deploy

The operation represents a deployment.

Methods

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

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

Equals(EnvironmentOperationKind)

Compares values of enum type EnvironmentOperationKind

Equals(Object)

Compares values of enum type EnvironmentOperationKind (override for Object)

GetHashCode()

Returns hashCode for enum EnvironmentOperationKind

ToString()

Returns string representation for EnvironmentOperationKind

Operators

Equality(EnvironmentOperationKind, EnvironmentOperationKind)

Overriding == operator for enum EnvironmentOperationKind

Implicit(EnvironmentOperationKind to String)

Implicit operator to convert EnvironmentOperationKind to string

Implicit(String to EnvironmentOperationKind)

Implicit operator to convert string to EnvironmentOperationKind

Inequality(EnvironmentOperationKind, EnvironmentOperationKind)

Overriding != operator for enum EnvironmentOperationKind

Applies to