你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnderlyingResourceAction Struct

Definition

Argument completer implementation for UnderlyingResourceAction.

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

Fields

Delete
Detach

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

Equals(UnderlyingResourceAction)

Compares values of enum type UnderlyingResourceAction

GetHashCode()

Returns hashCode for enum UnderlyingResourceAction

ToString()

Returns string representation for UnderlyingResourceAction

Operators

Equality(UnderlyingResourceAction, UnderlyingResourceAction)

Overriding == operator for enum UnderlyingResourceAction

Implicit(String to UnderlyingResourceAction)

Implicit operator to convert string to UnderlyingResourceAction

Implicit(UnderlyingResourceAction to String)

Implicit operator to convert UnderlyingResourceAction to string

Inequality(UnderlyingResourceAction, UnderlyingResourceAction)

Overriding != operator for enum UnderlyingResourceAction

Applies to