HybridComputeLicenseTarget 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.
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
Azure SDK for .NET