OperationProperties 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.
Defines the workload operation origin.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationPropertiesTypeConverter))]
public struct OperationProperties : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationProperties>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationPropertiesTypeConverter))>]
type OperationProperties = struct
interface IArgumentCompleter
Public Structure OperationProperties
Implements IArgumentCompleter, IEquatable(Of OperationProperties)
- Inheritance
-
OperationProperties
- Attributes
- Implements
Fields
NotSpecified | |
System | |
User |
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 OperationProperties (override for Object) |
Equals(OperationProperties) |
Compares values of enum type OperationProperties |
GetHashCode() |
Returns hashCode for enum OperationProperties |
ToString() |
Returns string representation for OperationProperties |
Operators
Equality(OperationProperties, OperationProperties) |
Overriding == operator for enum OperationProperties |
Implicit(OperationProperties to String) |
Implicit operator to convert OperationProperties to string |
Implicit(String to OperationProperties) |
Implicit operator to convert string to OperationProperties |
Inequality(OperationProperties, OperationProperties) |
Overriding != operator for enum OperationProperties |