你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CopyMode 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.
Strategy to use for copy.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.CopyModeTypeConverter))]
public struct CopyMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.CopyMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.CopyModeTypeConverter))>]
type CopyMode = struct
interface IArgumentCompleter
Public Structure CopyMode
Implements IArgumentCompleter, IEquatable(Of CopyMode)
- Inheritance
-
CopyMode
- Attributes
- Implements
Fields
Additive | |
Mirror |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CopyMode) |
Compares values of enum type CopyMode |
Equals(Object) |
Compares values of enum type CopyMode (override for Object) |
GetHashCode() |
Returns hashCode for enum CopyMode |
ToString() |
Returns string representation for CopyMode |
Operators
Equality(CopyMode, CopyMode) |
Overriding == operator for enum CopyMode |
Implicit(CopyMode to String) |
Implicit operator to convert CopyMode to string |
Implicit(String to CopyMode) |
Implicit operator to convert string to CopyMode |
Inequality(CopyMode, CopyMode) |
Overriding != operator for enum CopyMode |