MabServerType Struct

Definition

Server type of MAB container.

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

Constructors

Name Description
MabServerType(String)

Initializes a new instance of MabServerType.

Properties

Name Description
AzureBackupServerContainer

Gets the AzureBackupServerContainer.

AzureSqlContainer

Gets the AzureSqlContainer.

Cluster

Gets the Cluster.

DpmContainer

Gets the DpmContainer.

GenericContainer

Gets the GenericContainer.

IaasVmContainer

Gets the IaasVmContainer.

IaasVmServiceContainer

Gets the IaasVmServiceContainer.

Invalid

Gets the Invalid.

MabContainer

Gets the MabContainer.

SqlAvailabilityGroupWorkLoadContainer

Gets the SqlAvailabilityGroupWorkLoadContainer.

StorageContainer

Gets the StorageContainer.

Unknown

Gets the Unknown.

VCenter

Gets the VCenter.

VmAppContainer

Gets the VmAppContainer.

Windows

Gets the Windows.

Methods

Name Description
Equals(MabServerType)

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

Determines if two MabServerType values are the same.

Implicit(String to MabServerType)

Converts a string to a MabServerType.

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

Determines if two MabServerType values are not the same.

Applies to