Language

FluxConfigurationProviderType Struct

Definition

Name of the provider used for authentication.

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

Constructors

Name Description
FluxConfigurationProviderType(String)

Initializes a new instance of FluxConfigurationProviderType.

Properties

Name Description
Azure

Azure provider can be used to authenticate to Azure DevOps repositories using Managed Identity.

Generic

Generic is the default provider that indicates secret-based authentication mechanism.

GitHub

GitHub provider can be used to authenticate.

Methods

Name Description
Equals(FluxConfigurationProviderType)

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

Determines if two FluxConfigurationProviderType values are the same.

Implicit(String to FluxConfigurationProviderType)

Converts a string to a FluxConfigurationProviderType.

Implicit(String to Nullable<FluxConfigurationProviderType>)
Inequality(FluxConfigurationProviderType, FluxConfigurationProviderType)

Determines if two FluxConfigurationProviderType values are not the same.

Applies to