InventoryType Struct

Definition

The inventory type.

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

Constructors

InventoryType(String)

Initializes a new instance of InventoryType.

Properties

Cluster

Cluster.

Datastore

Datastore.

Host

Host.

ResourcePool

ResourcePool.

VirtualMachine

VirtualMachine.

VirtualMachineTemplate

VirtualMachineTemplate.

VirtualNetwork

VirtualNetwork.

Methods

Equals(InventoryType)

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

Determines if two InventoryType values are the same.

Implicit(String to InventoryType)

Converts a string to a InventoryType.

Inequality(InventoryType, InventoryType)

Determines if two InventoryType values are not the same.

Applies to