SecurityCenterProvisioningState 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.
The current provisioning state of the resource. Indicates the status of the last operation performed on the resource.
public readonly struct SecurityCenterProvisioningState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterProvisioningState>
type SecurityCenterProvisioningState = struct
Public Structure SecurityCenterProvisioningState
Implements IEquatable(Of SecurityCenterProvisioningState)
- Inheritance
-
SecurityCenterProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityCenterProvisioningState(String) |
Initializes a new instance of SecurityCenterProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
The operation was canceled before completion. |
| Creating |
The resource is being created. This is a transitional state. |
| Deleting |
The resource is being deleted. This is a transitional state. |
| Failed |
The last operation on the resource failed. Check the error details for more information. |
| InProgress |
InProgress. |
| Succeeded |
The resource has been successfully provisioned and is ready for use. |
| Updating |
The resource is being updated. This is a transitional state. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityCenterProvisioningState) |
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(SecurityCenterProvisioningState, SecurityCenterProvisioningState) |
Determines if two SecurityCenterProvisioningState values are the same. |
| Implicit(String to Nullable<SecurityCenterProvisioningState>) | |
| Implicit(String to SecurityCenterProvisioningState) |
Converts a string to a SecurityCenterProvisioningState. |
| Inequality(SecurityCenterProvisioningState, SecurityCenterProvisioningState) |
Determines if two SecurityCenterProvisioningState values are not the same. |