AppPlatformServiceRegistryProvisioningState 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 Service Registry.
public readonly struct AppPlatformServiceRegistryProvisioningState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState>
type AppPlatformServiceRegistryProvisioningState = struct
Public Structure AppPlatformServiceRegistryProvisioningState
Implements IEquatable(Of AppPlatformServiceRegistryProvisioningState)
- Inheritance
-
System.ValueTypeAppPlatformServiceRegistryProvisioningState
- Implements
-
System.IEquatable<AppPlatformServiceRegistryProvisioningState>
Constructors
| AppPlatformServiceRegistryProvisioningState(String) |
Initializes a new instance of AppPlatformServiceRegistryProvisioningState. |
Properties
| Creating |
Creating. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| Succeeded |
Succeeded. |
| Updating |
Updating. |
Methods
| Equals(AppPlatformServiceRegistryProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(AppPlatformServiceRegistryProvisioningState, AppPlatformServiceRegistryProvisioningState) |
Determines if two AppPlatformServiceRegistryProvisioningState values are the same. |
| Implicit(String to AppPlatformServiceRegistryProvisioningState) |
Converts a System.String to a AppPlatformServiceRegistryProvisioningState. |
| Inequality(AppPlatformServiceRegistryProvisioningState, AppPlatformServiceRegistryProvisioningState) |
Determines if two AppPlatformServiceRegistryProvisioningState values are not the same. |