Share via


ScheduleProvisioningStatus Struct

Definition

Schedule provisioning status.

public readonly struct ScheduleProvisioningStatus : IEquatable<Azure.AI.Projects.ScheduleProvisioningStatus>
type ScheduleProvisioningStatus = struct
Public Structure ScheduleProvisioningStatus
Implements IEquatable(Of ScheduleProvisioningStatus)
Inheritance
ScheduleProvisioningStatus
Implements

Constructors

Name Description
ScheduleProvisioningStatus(String)

Initializes a new instance of ScheduleProvisioningStatus.

Properties

Name Description
Creating

Represents the creation status of the schedule.

Deleting

Represents the deleting status of the schedule.

Failed

Represents the failed status of the schedule.

Succeeded

Represents the succeeded status of the schedule.

Updating

Represents the updating status of the schedule.

Methods

Name Description
Equals(ScheduleProvisioningStatus)

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(ScheduleProvisioningStatus, ScheduleProvisioningStatus)

Determines if two ScheduleProvisioningStatus values are the same.

Implicit(String to Nullable<ScheduleProvisioningStatus>)
Implicit(String to ScheduleProvisioningStatus)

Converts a string to a ScheduleProvisioningStatus.

Inequality(ScheduleProvisioningStatus, ScheduleProvisioningStatus)

Determines if two ScheduleProvisioningStatus values are not the same.

Applies to