Partilhar via


ComputeFleetVmAttributeSupport Struct

Definition

VMSizes supported by Azure VMs. Included is a union of Excluded and Required.

public readonly struct ComputeFleetVmAttributeSupport : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeSupport>
type ComputeFleetVmAttributeSupport = struct
Public Structure ComputeFleetVmAttributeSupport
Implements IEquatable(Of ComputeFleetVmAttributeSupport)
Inheritance
ComputeFleetVmAttributeSupport
Implements

Constructors

ComputeFleetVmAttributeSupport(String)

Initializes a new instance of ComputeFleetVmAttributeSupport.

Properties

Excluded

All VMSizes having the feature support will be excluded.

Included

VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.

Required

Only the VMSizes having the feature support will be used.

Methods

Equals(ComputeFleetVmAttributeSupport)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ComputeFleetVmAttributeSupport, ComputeFleetVmAttributeSupport)

Determines if two ComputeFleetVmAttributeSupport values are the same.

Implicit(String to ComputeFleetVmAttributeSupport)

Converts a String to a ComputeFleetVmAttributeSupport.

Inequality(ComputeFleetVmAttributeSupport, ComputeFleetVmAttributeSupport)

Determines if two ComputeFleetVmAttributeSupport values are not the same.

Applies to