CloneAbilityResult 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.
Name of app.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CloneAbilityResultTypeConverter))]
public struct CloneAbilityResult : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CloneAbilityResult>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CloneAbilityResultTypeConverter))>]
type CloneAbilityResult = struct
interface IArgumentCompleter
Public Structure CloneAbilityResult
Implements IArgumentCompleter, IEquatable(Of CloneAbilityResult)
- Inheritance
-
CloneAbilityResult
- Attributes
- Implements
Fields
Cloneable | |
NotCloneable | |
PartiallyCloneable |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CloneAbilityResult) |
Compares values of enum type CloneAbilityResult |
Equals(Object) |
Compares values of enum type CloneAbilityResult (override for Object) |
GetHashCode() |
Returns hashCode for enum CloneAbilityResult |
ToString() |
Returns string representation for CloneAbilityResult |
Operators
Equality(CloneAbilityResult, CloneAbilityResult) |
Overriding == operator for enum CloneAbilityResult |
Implicit(CloneAbilityResult to String) |
Implicit operator to convert CloneAbilityResult to string |
Implicit(String to CloneAbilityResult) |
Implicit operator to convert string to CloneAbilityResult |
Inequality(CloneAbilityResult, CloneAbilityResult) |
Overriding != operator for enum CloneAbilityResult |