DeploymentVersiongApprovalStatus 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.
public readonly struct DeploymentVersiongApprovalStatus : IEquatable<Azure.ResourceManager.Cdn.Models.DeploymentVersiongApprovalStatus>
type DeploymentVersiongApprovalStatus = struct
Public Structure DeploymentVersiongApprovalStatus
Implements IEquatable(Of DeploymentVersiongApprovalStatus)
- Inheritance
-
DeploymentVersiongApprovalStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DeploymentVersiongApprovalStatus(String) |
Initializes a new instance of DeploymentVersiongApprovalStatus. |
Properties
| Name | Description |
|---|---|
| Approved |
Gets the Approved. |
| NotApproved |
Gets the NotApproved. |
Methods
| Name | Description |
|---|---|
| Equals(DeploymentVersiongApprovalStatus) |
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
| Name | Description |
|---|---|
| Equality(DeploymentVersiongApprovalStatus, DeploymentVersiongApprovalStatus) |
Determines if two DeploymentVersiongApprovalStatus values are the same. |
| Implicit(String to DeploymentVersiongApprovalStatus) |
Converts a string to a DeploymentVersiongApprovalStatus. |
| Implicit(String to Nullable<DeploymentVersiongApprovalStatus>) | |
| Inequality(DeploymentVersiongApprovalStatus, DeploymentVersiongApprovalStatus) |
Determines if two DeploymentVersiongApprovalStatus values are not the same. |