OperationName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET