AppPlatformGatewayProvisioningState 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.
State of the Spring Cloud Gateway.
public readonly struct AppPlatformGatewayProvisioningState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProvisioningState>
type AppPlatformGatewayProvisioningState = struct
Public Structure AppPlatformGatewayProvisioningState
Implements IEquatable(Of AppPlatformGatewayProvisioningState)
- Inheritance
-
AppPlatformGatewayProvisioningState
- Implements
Constructors
AppPlatformGatewayProvisioningState(String) |
Initializes a new instance of AppPlatformGatewayProvisioningState. |
Properties
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(AppPlatformGatewayProvisioningState) |
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(AppPlatformGatewayProvisioningState, AppPlatformGatewayProvisioningState) |
Determines if two AppPlatformGatewayProvisioningState values are the same. |
Implicit(String to AppPlatformGatewayProvisioningState) |
Converts a string to a AppPlatformGatewayProvisioningState. |
Inequality(AppPlatformGatewayProvisioningState, AppPlatformGatewayProvisioningState) |
Determines if two AppPlatformGatewayProvisioningState values are not the same. |
Applies to
Azure SDK for .NET