Sdílet prostřednictvím


StorageType Struct

Definition

Argument completer implementation for StorageType.

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

Fields

ServiceProfiler

Methods

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

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

Equals(Object)

Compares values of enum type StorageType (override for Object)

Equals(StorageType)

Compares values of enum type StorageType

GetHashCode()

Returns hashCode for enum StorageType

ToString()

Returns string representation for StorageType

Operators

Equality(StorageType, StorageType)

Overriding == operator for enum StorageType

Implicit(StorageType to String)

Implicit operator to convert StorageType to string

Implicit(String to StorageType)

Implicit operator to convert string to StorageType

Inequality(StorageType, StorageType)

Overriding != operator for enum StorageType

Applies to