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

AdminAction Struct

Definition

Gets or sets admin action

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

Fields

Approved
Rejected

Methods

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

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

Equals(AdminAction)

Compares values of enum type AdminAction

Equals(Object)

Compares values of enum type AdminAction (override for Object)

GetHashCode()

Returns hashCode for enum AdminAction

ToString()

Returns string representation for AdminAction

Operators

Equality(AdminAction, AdminAction)

Overriding == operator for enum AdminAction

Implicit(AdminAction to String)

Implicit operator to convert AdminAction to string

Implicit(String to AdminAction)

Implicit operator to convert string to AdminAction

Inequality(AdminAction, AdminAction)

Overriding != operator for enum AdminAction

Applies to