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