DeviceUpdateNameUnavailableReason 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 reason why the given name is not available.
public readonly struct DeviceUpdateNameUnavailableReason : IEquatable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateNameUnavailableReason>
type DeviceUpdateNameUnavailableReason = struct
Public Structure DeviceUpdateNameUnavailableReason
Implements IEquatable(Of DeviceUpdateNameUnavailableReason)
- Inheritance
-
DeviceUpdateNameUnavailableReason
- Implements
Constructors
DeviceUpdateNameUnavailableReason(String) |
Initializes a new instance of DeviceUpdateNameUnavailableReason. |
Properties
AlreadyExists |
AlreadyExists. |
Invalid |
Invalid. |
Methods
Equals(DeviceUpdateNameUnavailableReason) |
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(DeviceUpdateNameUnavailableReason, DeviceUpdateNameUnavailableReason) |
Determines if two DeviceUpdateNameUnavailableReason values are the same. |
Implicit(String to DeviceUpdateNameUnavailableReason) |
Converts a string to a DeviceUpdateNameUnavailableReason. |
Inequality(DeviceUpdateNameUnavailableReason, DeviceUpdateNameUnavailableReason) |
Determines if two DeviceUpdateNameUnavailableReason values are not the same. |
Applies to
Azure SDK for .NET