EdgeActionIsDefaultVersion 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 this is the default version.
public readonly struct EdgeActionIsDefaultVersion : IEquatable<Azure.ResourceManager.EdgeActions.Models.EdgeActionIsDefaultVersion>
type EdgeActionIsDefaultVersion = struct
Public Structure EdgeActionIsDefaultVersion
Implements IEquatable(Of EdgeActionIsDefaultVersion)
- Inheritance
-
EdgeActionIsDefaultVersion
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeActionIsDefaultVersion(String) |
Initializes a new instance of EdgeActionIsDefaultVersion. |
Properties
| Name | Description |
|---|---|
| False |
This is not the default version. |
| True |
This is the default version. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeActionIsDefaultVersion) |
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(EdgeActionIsDefaultVersion, EdgeActionIsDefaultVersion) |
Determines if two EdgeActionIsDefaultVersion values are the same. |
| Implicit(String to EdgeActionIsDefaultVersion) |
Converts a string to a EdgeActionIsDefaultVersion. |
| Implicit(String to Nullable<EdgeActionIsDefaultVersion>) | |
| Inequality(EdgeActionIsDefaultVersion, EdgeActionIsDefaultVersion) |
Determines if two EdgeActionIsDefaultVersion values are not the same. |