Freigeben über


Intent Struct

Definition

Intent enum Serialized Name: Intent

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

Constructors

Name Description
Intent(String)

Initializes a new instance of Intent.

Properties

Name Description
Reset

Reset intent Serialized Name: Intent.Reset

Retain

Retain intent Serialized Name: Intent.Retain

Methods

Name Description
Equals(Intent)

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(Intent, Intent)

Determines if two Intent values are the same.

Implicit(String to Intent)

Converts a string to a Intent.

Inequality(Intent, Intent)

Determines if two Intent values are not the same.

Applies to