EdgeOrderProvisioningSupport 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.
Determining nature of provisioning that the configuration supports.
public readonly struct EdgeOrderProvisioningSupport : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProvisioningSupport>
type EdgeOrderProvisioningSupport = struct
Public Structure EdgeOrderProvisioningSupport
Implements IEquatable(Of EdgeOrderProvisioningSupport)
- Inheritance
-
EdgeOrderProvisioningSupport
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeOrderProvisioningSupport(String) |
Initializes a new instance of EdgeOrderProvisioningSupport. |
Properties
| Name | Description |
|---|---|
| CloudBased |
The configuration can be provisioned from the cloud. |
| Manual |
The configuration need to be provisioned manually by the end user. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeOrderProvisioningSupport) |
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(EdgeOrderProvisioningSupport, EdgeOrderProvisioningSupport) |
Determines if two EdgeOrderProvisioningSupport values are the same. |
| Implicit(String to EdgeOrderProvisioningSupport) |
Converts a string to a EdgeOrderProvisioningSupport. |
| Implicit(String to Nullable<EdgeOrderProvisioningSupport>) | |
| Inequality(EdgeOrderProvisioningSupport, EdgeOrderProvisioningSupport) |
Determines if two EdgeOrderProvisioningSupport values are not the same. |