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