GetVirtualMachineExpandType Struct

Definition

The GetVirtualMachineExpandType.

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

Constructors

GetVirtualMachineExpandType(String)

Initializes a new instance of GetVirtualMachineExpandType.

Properties

InstanceView

instanceView.

Methods

Equals(GetVirtualMachineExpandType)

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

Determines if two GetVirtualMachineExpandType values are the same.

Implicit(String to GetVirtualMachineExpandType)

Converts a string to a GetVirtualMachineExpandType.

Inequality(GetVirtualMachineExpandType, GetVirtualMachineExpandType)

Determines if two GetVirtualMachineExpandType values are not the same.

Applies to