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

DeploymentResourceProvisioningState Struct

Definition

Provisioning state of the Deployment

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningStateTypeConverter))]
public struct DeploymentResourceProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningStateTypeConverter))>]
type DeploymentResourceProvisioningState = struct
    interface IArgumentCompleter
Public Structure DeploymentResourceProvisioningState
Implements IArgumentCompleter, IEquatable(Of DeploymentResourceProvisioningState)
Inheritance
DeploymentResourceProvisioningState
Attributes
Implements

Fields

Creating
Failed
Succeeded
Updating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DeploymentResourceProvisioningState)

Compares values of enum type DeploymentResourceProvisioningState

Equals(Object)

Compares values of enum type DeploymentResourceProvisioningState (override for Object)

GetHashCode()

Returns hashCode for enum DeploymentResourceProvisioningState

ToString()

Returns string representation for DeploymentResourceProvisioningState

Operators

Equality(DeploymentResourceProvisioningState, DeploymentResourceProvisioningState)

Overriding == operator for enum DeploymentResourceProvisioningState

Implicit(DeploymentResourceProvisioningState to String)

Implicit operator to convert DeploymentResourceProvisioningState to string

Implicit(String to DeploymentResourceProvisioningState)

Implicit operator to convert string to DeploymentResourceProvisioningState

Inequality(DeploymentResourceProvisioningState, DeploymentResourceProvisioningState)

Overriding != operator for enum DeploymentResourceProvisioningState

Applies to