OracleSubscriptionUpdateIntent 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.
Intent enum.
public readonly struct OracleSubscriptionUpdateIntent : IEquatable<Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionUpdateIntent>
type OracleSubscriptionUpdateIntent = struct
Public Structure OracleSubscriptionUpdateIntent
Implements IEquatable(Of OracleSubscriptionUpdateIntent)
- Inheritance
-
OracleSubscriptionUpdateIntent
- Implements
Constructors
| Name | Description |
|---|---|
| OracleSubscriptionUpdateIntent(String) |
Initializes a new instance of OracleSubscriptionUpdateIntent. |
Properties
| Name | Description |
|---|---|
| Reset |
Reset intent. |
| Retain |
Retain intent. |
Methods
| Name | Description |
|---|---|
| Equals(OracleSubscriptionUpdateIntent) |
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(OracleSubscriptionUpdateIntent, OracleSubscriptionUpdateIntent) |
Determines if two OracleSubscriptionUpdateIntent values are the same. |
| Implicit(String to OracleSubscriptionUpdateIntent) |
Converts a String to a OracleSubscriptionUpdateIntent. |
| Inequality(OracleSubscriptionUpdateIntent, OracleSubscriptionUpdateIntent) |
Determines if two OracleSubscriptionUpdateIntent values are not the same. |