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

CreateMode Struct

Definition

Indicates whether the configuration store need to be recovered.

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

Fields

Default
Recover

Methods

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

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

Equals(CreateMode)

Compares values of enum type CreateMode

Equals(Object)

Compares values of enum type CreateMode (override for Object)

GetHashCode()

Returns hashCode for enum CreateMode

ToString()

Returns string representation for CreateMode

Operators

Equality(CreateMode, CreateMode)

Overriding == operator for enum CreateMode

Implicit(CreateMode to String)

Implicit operator to convert CreateMode to string

Implicit(String to CreateMode)

Implicit operator to convert string to CreateMode

Inequality(CreateMode, CreateMode)

Overriding != operator for enum CreateMode

Applies to