DeviceUpdateSku Struct

Definition

Device Update Sku.

public readonly struct DeviceUpdateSku : IEquatable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateSku>
type DeviceUpdateSku = struct
Public Structure DeviceUpdateSku
Implements IEquatable(Of DeviceUpdateSku)
Inheritance
DeviceUpdateSku
Implements

Constructors

DeviceUpdateSku(String)

Initializes a new instance of DeviceUpdateSku.

Properties

Free

Free.

Standard

Standard.

Methods

Equals(DeviceUpdateSku)

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(DeviceUpdateSku, DeviceUpdateSku)

Determines if two DeviceUpdateSku values are the same.

Implicit(String to DeviceUpdateSku)

Converts a string to a DeviceUpdateSku.

Inequality(DeviceUpdateSku, DeviceUpdateSku)

Determines if two DeviceUpdateSku values are not the same.

Applies to