FeaturesPolicy 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.
The required feature policy.
public readonly struct FeaturesPolicy : IEquatable<Azure.ResourceManager.ProviderHub.Models.FeaturesPolicy>
type FeaturesPolicy = struct
Public Structure FeaturesPolicy
Implements IEquatable(Of FeaturesPolicy)
- Inheritance
-
FeaturesPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| FeaturesPolicy(String) |
Initializes a new instance of FeaturesPolicy. |
Properties
| Name | Description |
|---|---|
| All |
Gets the All. |
| Any |
Gets the Any. |
Methods
| Name | Description |
|---|---|
| Equals(FeaturesPolicy) |
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
| Name | Description |
|---|---|
| Equality(FeaturesPolicy, FeaturesPolicy) |
Determines if two FeaturesPolicy values are the same. |
| Implicit(String to FeaturesPolicy) |
Converts a string to a FeaturesPolicy. |
| Implicit(String to Nullable<FeaturesPolicy>) | |
| Inequality(FeaturesPolicy, FeaturesPolicy) |
Determines if two FeaturesPolicy values are not the same. |