你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HybridComputeLicenseState Struct

Definition

Describes the state of the license.

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

Constructors

HybridComputeLicenseState(String)

Initializes a new instance of HybridComputeLicenseState.

Properties

Activated

Activated.

Deactivated

Deactivated.

Methods

Equals(HybridComputeLicenseState)

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

Determines if two HybridComputeLicenseState values are the same.

Implicit(String to HybridComputeLicenseState)

Converts a String to a HybridComputeLicenseState.

Inequality(HybridComputeLicenseState, HybridComputeLicenseState)

Determines if two HybridComputeLicenseState values are not the same.

Applies to