PurviewMergeAccountType 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 account's type for the merge operation.
public readonly struct PurviewMergeAccountType : IEquatable<Azure.ResourceManager.Purview.Models.PurviewMergeAccountType>
type PurviewMergeAccountType = struct
Public Structure PurviewMergeAccountType
Implements IEquatable(Of PurviewMergeAccountType)
- Inheritance
-
PurviewMergeAccountType
- Implements
Constructors
| Name | Description |
|---|---|
| PurviewMergeAccountType(String) |
Initializes a new instance of PurviewMergeAccountType. |
Properties
| Name | Description |
|---|---|
| Primary |
Primary. |
| Secondary |
Secondary. |
Methods
| Name | Description |
|---|---|
| Equals(PurviewMergeAccountType) |
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(PurviewMergeAccountType, PurviewMergeAccountType) |
Determines if two PurviewMergeAccountType values are the same. |
| Implicit(String to Nullable<PurviewMergeAccountType>) | |
| Implicit(String to PurviewMergeAccountType) |
Converts a string to a PurviewMergeAccountType. |
| Inequality(PurviewMergeAccountType, PurviewMergeAccountType) |
Determines if two PurviewMergeAccountType values are not the same. |