FrontendEndpointCustomHttpsProvisioningState 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.
Provisioning status of Custom Https of the frontendEndpoint.
public readonly struct FrontendEndpointCustomHttpsProvisioningState : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontendEndpointCustomHttpsProvisioningState>
type FrontendEndpointCustomHttpsProvisioningState = struct
Public Structure FrontendEndpointCustomHttpsProvisioningState
Implements IEquatable(Of FrontendEndpointCustomHttpsProvisioningState)
- Inheritance
-
FrontendEndpointCustomHttpsProvisioningState
- Implements
Constructors
FrontendEndpointCustomHttpsProvisioningState(String) |
Initializes a new instance of FrontendEndpointCustomHttpsProvisioningState. |
Properties
Disabled |
Disabled. |
Disabling |
Disabling. |
Enabled |
Enabled. |
Enabling |
Enabling. |
Failed |
Failed. |
Methods
Equals(FrontendEndpointCustomHttpsProvisioningState) |
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
Equality(FrontendEndpointCustomHttpsProvisioningState, FrontendEndpointCustomHttpsProvisioningState) |
Determines if two FrontendEndpointCustomHttpsProvisioningState values are the same. |
Implicit(String to FrontendEndpointCustomHttpsProvisioningState) |
Converts a string to a FrontendEndpointCustomHttpsProvisioningState. |
Inequality(FrontendEndpointCustomHttpsProvisioningState, FrontendEndpointCustomHttpsProvisioningState) |
Determines if two FrontendEndpointCustomHttpsProvisioningState values are not the same. |
Applies to
Azure SDK for .NET