Share via


WindowsServerSubscription Struct

Definition

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