Udostępnij za pośrednictwem


OperationName Struct

Definition

Operation to be performed on the given vm resource id.

public readonly struct OperationName : IEquatable<Azure.ResourceManager.Elastic.Models.OperationName>
type OperationName = struct
Public Structure OperationName
Implements IEquatable(Of OperationName)
Inheritance
OperationName
Implements

Constructors

OperationName(String)

Initializes a new instance of OperationName.

Properties

Add

Add.

Delete

Delete.

Methods

Equals(OperationName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(OperationName, OperationName)

Determines if two OperationName values are the same.

Implicit(String to OperationName)

Converts a string to a OperationName.

Inequality(OperationName, OperationName)

Determines if two OperationName values are not the same.

Applies to