Share via


KubernetesConfigurationSourceKind Struct

Definition

Source Kind to pull the configuration data from.

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

Constructors

Name Description
KubernetesConfigurationSourceKind(String)

Initializes a new instance of KubernetesConfigurationSourceKind.

Properties

Name Description
AzureBlob

AzureBlob.

Bucket

Bucket.

GitRepository

GitRepository.

Methods

Name Description
Equals(KubernetesConfigurationSourceKind)

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

Determines if two KubernetesConfigurationSourceKind values are the same.

Implicit(String to KubernetesConfigurationSourceKind)

Converts a string to a KubernetesConfigurationSourceKind.

Inequality(KubernetesConfigurationSourceKind, KubernetesConfigurationSourceKind)

Determines if two KubernetesConfigurationSourceKind values are not the same.

Applies to