Share via


BackupFabricName Struct

Definition

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

BackupFabricName(String)

Initializes a new instance of BackupFabricName.

Properties

Azure

Azure.

Invalid

Invalid.

Methods

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

Equality(BackupFabricName, BackupFabricName)

Determines if two BackupFabricName values are the same.

Implicit(String to BackupFabricName)

Converts a string to a BackupFabricName.

Inequality(BackupFabricName, BackupFabricName)

Determines if two BackupFabricName values are not the same.

Applies to