你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoUpgradeProfileProvisioningState Struct

Definition

The provisioning state of the AutoUpgradeProfile resource.

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

Constructors

AutoUpgradeProfileProvisioningState(String)

Initializes a new instance of AutoUpgradeProfileProvisioningState.

Properties

Canceled

Resource creation was canceled.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Methods

Equals(AutoUpgradeProfileProvisioningState)

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

Determines if two AutoUpgradeProfileProvisioningState values are the same.

Implicit(String to AutoUpgradeProfileProvisioningState)

Converts a String to a AutoUpgradeProfileProvisioningState.

Inequality(AutoUpgradeProfileProvisioningState, AutoUpgradeProfileProvisioningState)

Determines if two AutoUpgradeProfileProvisioningState values are not the same.

Applies to