BackupFabricName 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.
Specifies the fabric name - Azure or AD.
public readonly struct BackupFabricName : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFabricName>
type BackupFabricName = struct
Public Structure BackupFabricName
Implements IEquatable(Of BackupFabricName)
- Inheritance
-
BackupFabricName
- Implements
Constructors
| Name | Description |
|---|---|
| BackupFabricName(String) |
Initializes a new instance of BackupFabricName. |
Properties
| Name | Description |
|---|---|
| Azure |
Gets the Azure. |
| Invalid |
Gets the Invalid. |
Methods
| Name | Description |
|---|---|
| Equals(BackupFabricName) |
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(BackupFabricName, BackupFabricName) |
Determines if two BackupFabricName values are the same. |
| Implicit(String to BackupFabricName) |
Converts a string to a BackupFabricName. |
| Implicit(String to Nullable<BackupFabricName>) | |
| Inequality(BackupFabricName, BackupFabricName) |
Determines if two BackupFabricName values are not the same. |