Share via


HybridComputeLicenseTarget Struct

Definition

Describes the license target server.

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

Constructors

HybridComputeLicenseTarget(String)

Initializes a new instance of HybridComputeLicenseTarget.

Properties

WindowsServer2012

Windows Server 2012.

WindowsServer2012R2

Windows Server 2012 R2.

Methods

Equals(HybridComputeLicenseTarget)

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

Determines if two HybridComputeLicenseTarget values are the same.

Implicit(String to HybridComputeLicenseTarget)

Converts a string to a HybridComputeLicenseTarget.

Inequality(HybridComputeLicenseTarget, HybridComputeLicenseTarget)

Determines if two HybridComputeLicenseTarget values are not the same.

Applies to