ElasticModelOperation 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.
The operation for the patch on the resource.
public readonly struct ElasticModelOperation : IEquatable<Azure.ResourceManager.Elastic.Models.ElasticModelOperation>
type ElasticModelOperation = struct
Public Structure ElasticModelOperation
Implements IEquatable(Of ElasticModelOperation)
- Inheritance
-
ElasticModelOperation
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticModelOperation(String) |
Initializes a new instance of ElasticModelOperation. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| AddBegin |
AddBegin. |
| AddComplete |
AddComplete. |
| DeleteBegin |
DeleteBegin. |
| DeleteComplete |
DeleteComplete. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticModelOperation) |
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
| Name | Description |
|---|---|
| Equality(ElasticModelOperation, ElasticModelOperation) |
Determines if two ElasticModelOperation values are the same. |
| Implicit(String to ElasticModelOperation) |
Converts a string to a ElasticModelOperation. |
| Inequality(ElasticModelOperation, ElasticModelOperation) |
Determines if two ElasticModelOperation values are not the same. |