LoadTestingProvisioningState Struct

Definition

Resources provisioning states.

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

Constructors

Name Description
LoadTestingProvisioningState(String)

Initializes a new instance of LoadTestingProvisioningState.

Properties

Name Description
Canceled

Resource creation was canceled.

Deleted

Deleted state.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Methods

Name Description
Equals(LoadTestingProvisioningState)

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

Determines if two LoadTestingProvisioningState values are the same.

Implicit(String to LoadTestingProvisioningState)

Converts a string to a LoadTestingProvisioningState.

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

Determines if two LoadTestingProvisioningState values are not the same.

Applies to