WorkerSizeOptions 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.
Size of the machines.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptionsTypeConverter))]
public struct WorkerSizeOptions : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptionsTypeConverter))>]
type WorkerSizeOptions = struct
interface IArgumentCompleter
Public Structure WorkerSizeOptions
Implements IArgumentCompleter, IEquatable(Of WorkerSizeOptions)
- Inheritance
-
WorkerSizeOptions
- Attributes
- Implements
Fields
D1 | |
D2 | |
D3 | |
Default | |
Large | |
LargeV3 | |
Medium | |
MediumV3 | |
NestedSmall | |
NestedSmallLinux | |
Small | |
SmallV3 |
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 WorkerSizeOptions (override for Object) |
Equals(WorkerSizeOptions) |
Compares values of enum type WorkerSizeOptions |
GetHashCode() |
Returns hashCode for enum WorkerSizeOptions |
ToString() |
Returns string representation for WorkerSizeOptions |
Operators
Equality(WorkerSizeOptions, WorkerSizeOptions) |
Overriding == operator for enum WorkerSizeOptions |
Implicit(String to WorkerSizeOptions) |
Implicit operator to convert string to WorkerSizeOptions |
Implicit(WorkerSizeOptions to String) |
Implicit operator to convert WorkerSizeOptions to string |
Inequality(WorkerSizeOptions, WorkerSizeOptions) |
Overriding != operator for enum WorkerSizeOptions |