Compartir a través de


DeviceUpdateNameUnavailableReason Struct

Definition

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

Name Description
DeviceUpdateNameUnavailableReason(String)

Initializes a new instance of DeviceUpdateNameUnavailableReason.

Properties

Name Description
AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Name Description
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

Name Description
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