ResourceStatus 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.
Enumerates possible Status of the resource.
public readonly struct ResourceStatus : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ResourceStatus>
type ResourceStatus = struct
Public Structure ResourceStatus
Implements IEquatable(Of ResourceStatus)
- Inheritance
-
ResourceStatus
- Implements
Constructors
ResourceStatus(String) |
Initializes a new instance of ResourceStatus. |
Properties
Created |
Created. |
Creating |
Creating. |
Failed |
Failed. |
Methods
Equals(ResourceStatus) |
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(ResourceStatus, ResourceStatus) |
Determines if two ResourceStatus values are the same. |
Implicit(String to ResourceStatus) |
Converts a string to a ResourceStatus. |
Inequality(ResourceStatus, ResourceStatus) |
Determines if two ResourceStatus values are not the same. |
Applies to
Azure SDK for .NET