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

Operation Struct

Definition

Set the Operation for the POST method. Ping or Delete

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

Fields

DeletePrivateStoreCollection
DeletePrivateStoreCollectionOffer
DeletePrivateStoreOffer
Ping

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

Equals(Operation)

Compares values of enum type Operation

GetHashCode()

Returns hashCode for enum Operation

ToString()

Returns string representation for Operation

Operators

Equality(Operation, Operation)

Overriding == operator for enum Operation

Implicit(Operation to String)

Implicit operator to convert Operation to string

Implicit(String to Operation)

Implicit operator to convert string to Operation

Inequality(Operation, Operation)

Overriding != operator for enum Operation

Applies to