Udostępnij za pośrednictwem


ConfigurationType Struct

Definition

The type of file share config.

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

Fields

CreateAndMount
Mount
Skip

Methods

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

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

Equals(ConfigurationType)

Compares values of enum type ConfigurationType

Equals(Object)

Compares values of enum type ConfigurationType (override for Object)

GetHashCode()

Returns hashCode for enum ConfigurationType

ToString()

Returns string representation for ConfigurationType

Operators

Equality(ConfigurationType, ConfigurationType)

Overriding == operator for enum ConfigurationType

Implicit(ConfigurationType to String)

Implicit operator to convert ConfigurationType to string

Implicit(String to ConfigurationType)

Implicit operator to convert string to ConfigurationType

Inequality(ConfigurationType, ConfigurationType)

Overriding != operator for enum ConfigurationType

Applies to