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