ProvisionedClusterAzureHybridBenefit 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.
Indicates whether Azure Hybrid Benefit is opted in. Default value is false.
public readonly struct ProvisionedClusterAzureHybridBenefit : IEquatable<Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAzureHybridBenefit>
type ProvisionedClusterAzureHybridBenefit = struct
Public Structure ProvisionedClusterAzureHybridBenefit
Implements IEquatable(Of ProvisionedClusterAzureHybridBenefit)
- Inheritance
-
ProvisionedClusterAzureHybridBenefit
- Implements
Constructors
ProvisionedClusterAzureHybridBenefit(String) |
Initializes a new instance of ProvisionedClusterAzureHybridBenefit. |
Properties
False |
False. |
NotApplicable |
NotApplicable. |
True |
True. |
Methods
Equals(ProvisionedClusterAzureHybridBenefit) |
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(ProvisionedClusterAzureHybridBenefit, ProvisionedClusterAzureHybridBenefit) |
Determines if two ProvisionedClusterAzureHybridBenefit values are the same. |
Implicit(String to ProvisionedClusterAzureHybridBenefit) |
Converts a string to a ProvisionedClusterAzureHybridBenefit. |
Inequality(ProvisionedClusterAzureHybridBenefit, ProvisionedClusterAzureHybridBenefit) |
Determines if two ProvisionedClusterAzureHybridBenefit values are not the same. |
Applies to
Azure SDK for .NET