VirtualMachineScaleSetGetExpand Struct

Definition

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

Constructors

Name Description
VirtualMachineScaleSetGetExpand(String)

Initializes a new instance of VirtualMachineScaleSetGetExpand.

Properties

Name Description
UserData

Gets the UserData.

Methods

Name Description
Equals(VirtualMachineScaleSetGetExpand)

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(VirtualMachineScaleSetGetExpand, VirtualMachineScaleSetGetExpand)

Determines if two VirtualMachineScaleSetGetExpand values are the same.

Implicit(String to Nullable<VirtualMachineScaleSetGetExpand>)
Implicit(String to VirtualMachineScaleSetGetExpand)

Converts a string to a VirtualMachineScaleSetGetExpand.

Inequality(VirtualMachineScaleSetGetExpand, VirtualMachineScaleSetGetExpand)

Determines if two VirtualMachineScaleSetGetExpand values are not the same.

Applies to