CapacityReservationGroupGetExpand Struct

Definition

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

Constructors

Name Description
CapacityReservationGroupGetExpand(String)

Initializes a new instance of CapacityReservationGroupGetExpand.

Properties

Name Description
VirtualMachineScaleSetVmsRef

Gets the VirtualMachineScaleSetVmsRef.

VirtualMachinesRef

Gets the VirtualMachinesRef.

Methods

Name Description
Equals(CapacityReservationGroupGetExpand)

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

Name Description
Equality(CapacityReservationGroupGetExpand, CapacityReservationGroupGetExpand)

Determines if two CapacityReservationGroupGetExpand values are the same.

Implicit(String to CapacityReservationGroupGetExpand)

Converts a string to a CapacityReservationGroupGetExpand.

Implicit(String to Nullable<CapacityReservationGroupGetExpand>)
Inequality(CapacityReservationGroupGetExpand, CapacityReservationGroupGetExpand)

Determines if two CapacityReservationGroupGetExpand values are not the same.

Applies to