LicenseProfileSubscriptionStatusUpdate 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.
Indicates the new subscription status of the OS or Product Features.
public readonly struct LicenseProfileSubscriptionStatusUpdate : IEquatable<Azure.ResourceManager.HybridCompute.Models.LicenseProfileSubscriptionStatusUpdate>
type LicenseProfileSubscriptionStatusUpdate = struct
Public Structure LicenseProfileSubscriptionStatusUpdate
Implements IEquatable(Of LicenseProfileSubscriptionStatusUpdate)
- Inheritance
-
LicenseProfileSubscriptionStatusUpdate
- Implements
Constructors
LicenseProfileSubscriptionStatusUpdate(String) |
Initializes a new instance of LicenseProfileSubscriptionStatusUpdate. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Methods
Equals(LicenseProfileSubscriptionStatusUpdate) |
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(LicenseProfileSubscriptionStatusUpdate, LicenseProfileSubscriptionStatusUpdate) |
Determines if two LicenseProfileSubscriptionStatusUpdate values are the same. |
Implicit(String to LicenseProfileSubscriptionStatusUpdate) |
Converts a String to a LicenseProfileSubscriptionStatusUpdate. |
Inequality(LicenseProfileSubscriptionStatusUpdate, LicenseProfileSubscriptionStatusUpdate) |
Determines if two LicenseProfileSubscriptionStatusUpdate values are not the same. |
Applies to
Azure SDK for .NET