다음을 통해 공유


AppPlatformConfigurationServiceProvisioningState Struct

Definition

State of the Application Configuration Service.

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

Constructors

AppPlatformConfigurationServiceProvisioningState(String)

Initializes a new instance of AppPlatformConfigurationServiceProvisioningState.

Properties

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(AppPlatformConfigurationServiceProvisioningState)

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

Determines if two AppPlatformConfigurationServiceProvisioningState values are the same.

Implicit(String to AppPlatformConfigurationServiceProvisioningState)

Converts a string to a AppPlatformConfigurationServiceProvisioningState.

Inequality(AppPlatformConfigurationServiceProvisioningState, AppPlatformConfigurationServiceProvisioningState)

Determines if two AppPlatformConfigurationServiceProvisioningState values are not the same.

Applies to