MabServerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MabServerType(String) |
Initializes a new instance of MabServerType. |
Properties
AzureBackupServerContainer |
AzureBackupServerContainer. |
AzureSqlContainer |
AzureSqlContainer. |
Cluster |
Cluster. |
DpmContainer |
DPMContainer. |
GenericContainer |
GenericContainer. |
IaasVmContainer |
IaasVMContainer. |
IaasVmServiceContainer |
IaasVMServiceContainer. |
Invalid |
Invalid. |
MabContainer |
MABContainer. |
SqlAvailabilityGroupWorkLoadContainer |
SQLAGWorkLoadContainer. |
StorageContainer |
StorageContainer. |
Unknown |
Unknown. |
VCenter |
VCenter. |
VmAppContainer |
VMAppContainer. |
Windows |
Windows. |
Methods
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
Equality(MabServerType, MabServerType) |
Determines if two MabServerType values are the same. |
Implicit(String to MabServerType) |
Converts a string to a MabServerType. |
Inequality(MabServerType, MabServerType) |
Determines if two MabServerType values are not the same. |
Applies to
Azure SDK for .NET