StacLinkMethod 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.
public readonly struct StacLinkMethod : IEquatable<Azure.Analytics.PlanetaryComputer.StacLinkMethod>
type StacLinkMethod = struct
Public Structure StacLinkMethod
Implements IEquatable(Of StacLinkMethod)
- Inheritance
-
StacLinkMethod
- Implements
Constructors
| Name | Description |
|---|---|
| StacLinkMethod(String) |
Initializes a new instance of StacLinkMethod. |
Properties
| Name | Description |
|---|---|
| GET |
Gets the GET. |
| POST |
Gets the POST. |
Methods
| Name | Description |
|---|---|
| Equals(StacLinkMethod) |
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(StacLinkMethod, StacLinkMethod) |
Determines if two StacLinkMethod values are the same. |
| Implicit(String to Nullable<StacLinkMethod>) | |
| Implicit(String to StacLinkMethod) |
Converts a string to a StacLinkMethod. |
| Inequality(StacLinkMethod, StacLinkMethod) |
Determines if two StacLinkMethod values are not the same. |