WindowsServerSubscription 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.
Desired state of Windows Server Subscription.
public readonly struct WindowsServerSubscription : IEquatable<Azure.ResourceManager.Hci.Models.WindowsServerSubscription>
type WindowsServerSubscription = struct
Public Structure WindowsServerSubscription
Implements IEquatable(Of WindowsServerSubscription)
- Inheritance
-
WindowsServerSubscription
- Implements
Constructors
WindowsServerSubscription(String) |
Initializes a new instance of WindowsServerSubscription. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(WindowsServerSubscription) |
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(WindowsServerSubscription, WindowsServerSubscription) |
Determines if two WindowsServerSubscription values are the same. |
Implicit(String to WindowsServerSubscription) |
Converts a string to a WindowsServerSubscription. |
Inequality(WindowsServerSubscription, WindowsServerSubscription) |
Determines if two WindowsServerSubscription values are not the same. |
Applies to
Azure SDK for .NET