GetVirtualMachineExpandType Struct

Definition

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

Constructors

Name Description
GetVirtualMachineExpandType(String)

Initializes a new instance of GetVirtualMachineExpandType.

Properties

Name Description
InstanceView

Gets the InstanceView.

Methods

Name Description
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

Name Description
Equality(GetVirtualMachineExpandType, GetVirtualMachineExpandType)

Determines if two GetVirtualMachineExpandType values are the same.

Implicit(String to GetVirtualMachineExpandType)

Converts a string to a GetVirtualMachineExpandType.

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

Determines if two GetVirtualMachineExpandType values are not the same.

Applies to