FrontdoorRequestMode 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 frontdoor request mode.
public readonly struct FrontdoorRequestMode : IEquatable<Azure.ResourceManager.ProviderHub.Models.FrontdoorRequestMode>
type FrontdoorRequestMode = struct
Public Structure FrontdoorRequestMode
Implements IEquatable(Of FrontdoorRequestMode)
- Inheritance
-
FrontdoorRequestMode
- Implements
Constructors
| Name | Description |
|---|---|
| FrontdoorRequestMode(String) |
Initializes a new instance of FrontdoorRequestMode. |
Properties
| Name | Description |
|---|---|
| NotSpecified |
NotSpecified. |
| UseManifest |
UseManifest. |
Methods
| Name | Description |
|---|---|
| Equals(FrontdoorRequestMode) |
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(FrontdoorRequestMode, FrontdoorRequestMode) |
Determines if two FrontdoorRequestMode values are the same. |
| Implicit(String to FrontdoorRequestMode) |
Converts a String to a FrontdoorRequestMode. |
| Inequality(FrontdoorRequestMode, FrontdoorRequestMode) |
Determines if two FrontdoorRequestMode values are not the same. |