FluxConfigurationSourceKindType 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.
Source Kind to pull the configuration data from.
public readonly struct FluxConfigurationSourceKindType : IEquatable<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxConfigurationSourceKindType>
type FluxConfigurationSourceKindType = struct
Public Structure FluxConfigurationSourceKindType
Implements IEquatable(Of FluxConfigurationSourceKindType)
- Inheritance
-
FluxConfigurationSourceKindType
- Implements
Constructors
| Name | Description |
|---|---|
| FluxConfigurationSourceKindType(String) |
Initializes a new instance of FluxConfigurationSourceKindType. |
Properties
| Name | Description |
|---|---|
| AzureBlob |
AzureBlob. |
| Bucket |
Bucket. |
| GitRepository |
GitRepository. |
| OciRepository |
OCIRepository. |
Methods
| Name | Description |
|---|---|
| Equals(FluxConfigurationSourceKindType) |
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(FluxConfigurationSourceKindType, FluxConfigurationSourceKindType) |
Determines if two FluxConfigurationSourceKindType values are the same. |
| Implicit(String to FluxConfigurationSourceKindType) |
Converts a string to a FluxConfigurationSourceKindType. |
| Implicit(String to Nullable<FluxConfigurationSourceKindType>) | |
| Inequality(FluxConfigurationSourceKindType, FluxConfigurationSourceKindType) |
Determines if two FluxConfigurationSourceKindType values are not the same. |