ApplianceProvider Struct

Definition

Information about the connected appliance.

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

Constructors

ApplianceProvider(String)

Initializes a new instance of ApplianceProvider.

Properties

Hci

HCI.

Scvmm

SCVMM.

VMware

VMWare.

Methods

Equals(ApplianceProvider)

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

Determines if two ApplianceProvider values are the same.

Implicit(String to ApplianceProvider)

Converts a string to a ApplianceProvider.

Inequality(ApplianceProvider, ApplianceProvider)

Determines if two ApplianceProvider values are not the same.

Applies to