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

VirtualMachineSchedulingExecution Struct

Definition

The indicator of whether the hint is a hard or soft requirement during scheduling.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecutionTypeConverter))]
public struct VirtualMachineSchedulingExecution : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecution>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecutionTypeConverter))>]
type VirtualMachineSchedulingExecution = struct
    interface IArgumentCompleter
Public Structure VirtualMachineSchedulingExecution
Implements IArgumentCompleter, IEquatable(Of VirtualMachineSchedulingExecution)
Inheritance
VirtualMachineSchedulingExecution
Attributes
Implements

Fields

Hard
Soft

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 VirtualMachineSchedulingExecution (override for Object)

Equals(VirtualMachineSchedulingExecution)

Compares values of enum type VirtualMachineSchedulingExecution

GetHashCode()

Returns hashCode for enum VirtualMachineSchedulingExecution

ToString()

Returns string representation for VirtualMachineSchedulingExecution

Operators

Equality(VirtualMachineSchedulingExecution, VirtualMachineSchedulingExecution)

Overriding == operator for enum VirtualMachineSchedulingExecution

Implicit(String to VirtualMachineSchedulingExecution)

Implicit operator to convert string to VirtualMachineSchedulingExecution

Implicit(VirtualMachineSchedulingExecution to String)

Implicit operator to convert VirtualMachineSchedulingExecution to string

Inequality(VirtualMachineSchedulingExecution, VirtualMachineSchedulingExecution)

Overriding != operator for enum VirtualMachineSchedulingExecution

Applies to