Language

DotNetComponentProvisioningState Struct

Definition

Provisioning state of the .NET Component.

public readonly struct DotNetComponentProvisioningState : IEquatable<Azure.ResourceManager.AppContainers.Models.DotNetComponentProvisioningState>
type DotNetComponentProvisioningState = struct
Public Structure DotNetComponentProvisioningState
Implements IEquatable(Of DotNetComponentProvisioningState)
Inheritance
DotNetComponentProvisioningState
Implements

Constructors

Name Description
DotNetComponentProvisioningState(String)

Initializes a new instance of DotNetComponentProvisioningState.

Properties

Name Description
Canceled

Provisioning of the .NET component was canceled.

Deleting

The .NET component is being deleted.

Failed

The .NET component failed to provision.

InProgress

The .NET component is being provisioned.

Succeeded

The .NET component was provisioned successfully.

Methods

Name Description
Equals(DotNetComponentProvisioningState)

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

Determines if two DotNetComponentProvisioningState values are the same.

Implicit(String to DotNetComponentProvisioningState)

Converts a string to a DotNetComponentProvisioningState.

Implicit(String to Nullable<DotNetComponentProvisioningState>)
Inequality(DotNetComponentProvisioningState, DotNetComponentProvisioningState)

Determines if two DotNetComponentProvisioningState values are not the same.

Applies to