KubernetesConfigurationSourceKind 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 KubernetesConfigurationSourceKind : IEquatable<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesConfigurationSourceKind>
type KubernetesConfigurationSourceKind = struct
Public Structure KubernetesConfigurationSourceKind
Implements IEquatable(Of KubernetesConfigurationSourceKind)
- Inheritance
-
KubernetesConfigurationSourceKind
- Implements
Constructors
KubernetesConfigurationSourceKind(String) |
Initializes a new instance of KubernetesConfigurationSourceKind. |
Properties
AzureBlob |
AzureBlob. |
Bucket |
Bucket. |
GitRepository |
GitRepository. |
Methods
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
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
Azure SDK for .NET