Share via


WindowsVmLicenseType Struct

Definition

The license type to use for Windows VMs. See Azure Hybrid User Benefits for more details.

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

Constructors

WindowsVmLicenseType(String)

Initializes a new instance of WindowsVmLicenseType.

Properties

None

No additional licensing is applied.

WindowsServer

Enables Azure Hybrid User Benefits for Windows VMs.

Methods

Equals(WindowsVmLicenseType)

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

Determines if two WindowsVmLicenseType values are the same.

Implicit(String to WindowsVmLicenseType)

Converts a string to a WindowsVmLicenseType.

Inequality(WindowsVmLicenseType, WindowsVmLicenseType)

Determines if two WindowsVmLicenseType values are not the same.

Applies to