Condividi tramite


FeatureType Struct

Definition

backup support feature type.

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

Fields

DataSourceType
Invalid

Methods

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

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

Equals(FeatureType)

Compares values of enum type FeatureType

Equals(Object)

Compares values of enum type FeatureType (override for Object)

GetHashCode()

Returns hashCode for enum FeatureType

ToString()

Returns string representation for FeatureType

Operators

Equality(FeatureType, FeatureType)

Overriding == operator for enum FeatureType

Implicit(FeatureType to String)

Implicit operator to convert FeatureType to string

Implicit(String to FeatureType)

Implicit operator to convert string to FeatureType

Inequality(FeatureType, FeatureType)

Overriding != operator for enum FeatureType

Applies to