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