Compartir a través de


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

Name Description
InventoryType(String)

Initializes a new instance of InventoryType.

Properties

Name Description
Cluster

Cluster.

Datastore

Datastore.

Host

Host.

ResourcePool

ResourcePool.

VirtualMachine

VirtualMachine.

VirtualMachineTemplate

VirtualMachineTemplate.

VirtualNetwork

VirtualNetwork.

Methods

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

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