Share via


ResourceStatus Struct

Definition

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

Name Description
ResourceStatus(String)

Initializes a new instance of ResourceStatus.

Properties

Name Description
Created

Created.

Creating

Creating.

Failed

Failed.

Methods

Name Description
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

Name Description
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