DeviceUpdateSku 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.
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
Azure SDK for .NET