ConfigReferenceSource 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 ConfigReferenceSource.
public readonly struct ConfigReferenceSource : IEquatable<Azure.ResourceManager.AppService.Models.ConfigReferenceSource>
type ConfigReferenceSource = struct
Public Structure ConfigReferenceSource
Implements IEquatable(Of ConfigReferenceSource)
- Inheritance
-
ConfigReferenceSource
- Implements
Constructors
ConfigReferenceSource(String) |
Initializes a new instance of ConfigReferenceSource. |
Properties
KeyVault |
KeyVault. |
Methods
Equals(ConfigReferenceSource) |
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(ConfigReferenceSource, ConfigReferenceSource) |
Determines if two ConfigReferenceSource values are the same. |
Implicit(String to ConfigReferenceSource) |
Converts a String to a ConfigReferenceSource. |
Inequality(ConfigReferenceSource, ConfigReferenceSource) |
Determines if two ConfigReferenceSource values are not the same. |
Applies to
Azure SDK for .NET