StorageAccountExpand Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Argument completer implementation for StorageAccountExpand.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StorageAccountExpandTypeConverter))]
public struct StorageAccountExpand : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StorageAccountExpand>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StorageAccountExpandTypeConverter))>]
type StorageAccountExpand = struct
interface IArgumentCompleter
Public Structure StorageAccountExpand
Implements IArgumentCompleter, IEquatable(Of StorageAccountExpand)
- Inheritance
-
StorageAccountExpand
- Attributes
- Implements
Fields
GeoReplicationStats |
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 StorageAccountExpand (override for Object) |
Equals(StorageAccountExpand) |
Compares values of enum type StorageAccountExpand |
GetHashCode() |
Returns hashCode for enum StorageAccountExpand |
ToString() |
Returns string representation for StorageAccountExpand |
Operators
Equality(StorageAccountExpand, StorageAccountExpand) |
Overriding == operator for enum StorageAccountExpand |
Implicit(StorageAccountExpand to String) |
Implicit operator to convert StorageAccountExpand to string |
Implicit(String to StorageAccountExpand) |
Implicit operator to convert string to StorageAccountExpand |
Inequality(StorageAccountExpand, StorageAccountExpand) |
Overriding != operator for enum StorageAccountExpand |