你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkerSizeOptions Struct

Definition

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

Applies to