AppPlatformDeploymentStatus 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.
Status of the Deployment.
public readonly struct AppPlatformDeploymentStatus : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentStatus>
type AppPlatformDeploymentStatus = struct
Public Structure AppPlatformDeploymentStatus
Implements IEquatable(Of AppPlatformDeploymentStatus)
- Inheritance
-
System.ValueTypeAppPlatformDeploymentStatus
- Implements
-
System.IEquatable<AppPlatformDeploymentStatus>
Constructors
| AppPlatformDeploymentStatus(String) |
Initializes a new instance of AppPlatformDeploymentStatus. |
Properties
| Running |
Running. |
| Stopped |
Stopped. |
Methods
| Equals(AppPlatformDeploymentStatus) |
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(AppPlatformDeploymentStatus, AppPlatformDeploymentStatus) |
Determines if two AppPlatformDeploymentStatus values are the same. |
| Implicit(String to AppPlatformDeploymentStatus) |
Converts a System.String to a AppPlatformDeploymentStatus. |
| Inequality(AppPlatformDeploymentStatus, AppPlatformDeploymentStatus) |
Determines if two AppPlatformDeploymentStatus values are not the same. |