FluxConfigurationOperationType 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 to be performed on the selected layer. The default value is 'extract', but it can be set to 'copy'.
public readonly struct FluxConfigurationOperationType : IEquatable<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxConfigurationOperationType>
type FluxConfigurationOperationType = struct
Public Structure FluxConfigurationOperationType
Implements IEquatable(Of FluxConfigurationOperationType)
- Inheritance
-
FluxConfigurationOperationType
- Implements
Constructors
| Name | Description |
|---|---|
| FluxConfigurationOperationType(String) |
Initializes a new instance of FluxConfigurationOperationType. |
Properties
| Name | Description |
|---|---|
| Copy |
copy. |
| Extract |
extract. |
Methods
| Name | Description |
|---|---|
| Equals(FluxConfigurationOperationType) |
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(FluxConfigurationOperationType, FluxConfigurationOperationType) |
Determines if two FluxConfigurationOperationType values are the same. |
| Implicit(String to FluxConfigurationOperationType) |
Converts a string to a FluxConfigurationOperationType. |
| Implicit(String to Nullable<FluxConfigurationOperationType>) | |
| Inequality(FluxConfigurationOperationType, FluxConfigurationOperationType) |
Determines if two FluxConfigurationOperationType values are not the same. |